Skip to content

Commit

Permalink
config: renenable CONFIG_USB_EHCI_MXC=y, seems to boot again on mx51
Browse files Browse the repository at this point in the history
fixes: #45
Signed-off-by: Robert Nelson <[email protected]>
  • Loading branch information
RobertCNelson committed Dec 11, 2018
1 parent ea18bd1 commit d76ff6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions patches/defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.18.13 Kernel Configuration
# Linux/arm 4.18.16 Kernel Configuration
#

#
Expand Down Expand Up @@ -1200,8 +1200,8 @@ CONFIG_NF_LOG_ARP=m
CONFIG_NF_LOG_IPV4=m
CONFIG_NF_REJECT_IPV4=m
CONFIG_NF_NAT_IPV4=m
CONFIG_NFT_CHAIN_NAT_IPV4=m
CONFIG_NF_NAT_MASQUERADE_IPV4=y
CONFIG_NFT_CHAIN_NAT_IPV4=m
CONFIG_NFT_MASQ_IPV4=m
CONFIG_NFT_REDIR_IPV4=m
CONFIG_NF_NAT_SNMP_BASIC=m
Expand Down Expand Up @@ -4838,7 +4838,7 @@ CONFIG_USB_XHCI_PLATFORM=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
# CONFIG_USB_EHCI_MXC is not set
CONFIG_USB_EHCI_MXC=y
CONFIG_USB_EHCI_HCD_OMAP=y
CONFIG_USB_EHCI_HCD_PLATFORM=y
# CONFIG_USB_OXU210HP_HCD is not set
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ KERNEL_REL=4.18
KERNEL_TAG=${KERNEL_REL}.16
kernel_rt=".16-rt9"
#Kernel Build
BUILD=${build_prefix}15
BUILD=${build_prefix}15.1

#v4.X-rcX + upto SHA
#prev_KERNEL_SHA=""
Expand Down

0 comments on commit d76ff6d

Please sign in to comment.