Skip to content

Commit d6ce3ab

Browse files
committed
ANDROID: db845c_gki.fragment: remove CONFIG_USB_EHCI_HCD and CONFIG_USB_EHCI_HCD_PLATFORM
as they are enabled in gki_defconfig already. Otherwise following errors will be reported when use the gki kernel: [ 3.027156] init: Loading module /lib/modules/ehci-hcd.ko with args '' [ 3.036118] ehci_hcd: exports duplicate symbol ehci_adjust_port_wakeup_flags (owned by kernel) [ 3.107862] init: Failed to insmod '/lib/modules/ehci-hcd.ko' with args '': Exec format error [ 3.116546] init: LoadWithAliases was unable to load ehci_hcd [ 3.122785] init: Failed to load kernel modules [ 3.127938] init: InitFatalReboot: signal 6 [ 3.153428] init: #00 pc 00000000003147c8 /init (UnwindStackCurrent::UnwindFromContext(unsigned long, void*)+96) [ 3.163815] init: #1 pc 000000000027d1e0 /init (android::init::InitFatalReboot(int)+208) [ 3.172177] init: #2 pc 000000000027d5c8 /init (android::init::InstallRebootSignalHandlers()::$_22::__invoke(int)+32) [ 3.183062] init: #03 pc 00000000000007f4 [vdso:0000007f8d72b000] [ 3.189314] init: #4 pc 000000000039f1d0 /init (abort+176) [ 3.195047] init: #5 pc 000000000028006c /init (android::init::InitAborter(char const*)+44) [ 3.203660] init: #6 pc 00000000002d5f18 /init (android::base::SetAborter(std::__1::function<void (char const*)>&&)::$_3::__invoke(char const*)+80) [ 3.217169] init: #07 pc 00000000002d5710 /init (android::base::LogMessage::~LogMessage()+320) [ 3.225961] init: #08 pc 0000000000274dc8 /init (android::init::FirstStageMain(int, char**)+6072) [ 3.235016] init: #09 pc 000000000039e190 /init (__real_libc_init(void*, void (*)(), int (*)(int, char**, char**), structors_array_t const*, bionic_tcb*)+576) Fixes: f004a66 ("ANDROID: GKI: support CONFIG_USB_EHCI_HCD") Fixes: eade9ee ("ANDROID: GKI: support CONFIG_USB_EHCI_HCD_PLATFORM") Test: boot db845c build with android-mainline gki kernel to homescreen Signed-off-by: Yongqin Liu <[email protected]> Change-Id: I202ec04aa431b9f6ff1966fb6bd50758472250e4
1 parent aaccec2 commit d6ce3ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm64/configs/db845c_gki.fragment

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ CONFIG_DRM_MSM=m
2828
CONFIG_DRM_LONTIUM_LT9611=m
2929
CONFIG_USB_XHCI_PCI_RENESAS=m
3030
CONFIG_USB_XHCI_HCD=m
31-
CONFIG_USB_EHCI_HCD=m
32-
CONFIG_USB_EHCI_HCD_PLATFORM=m
3331
CONFIG_USB_OHCI_HCD=m
3432
CONFIG_USB_OHCI_HCD_PLATFORM=m
3533
CONFIG_USB_DWC3=m

0 commit comments

Comments
 (0)