From 59b5cde11b0fed5f7bcdb06d69f92887985d43e7 Mon Sep 17 00:00:00 2001 From: Dongwoo Lee Date: Thu, 13 Feb 2020 16:38:25 +0900 Subject: [PATCH] Revert "rpi4: Enable GENET Ethernet controller" Since commit 60857f8ec759 ("rpi4: Enable GENET Ehternet controller") thor downloder fails with log like below: U-boot> thordown 0 mmc 0 TIZEN "THOR" Downloader DFU alt info setting: done thor_func_set_alt: EPs setup failed!kill ep2out-bulk: resubmit 4 bytes --> -22thor_init: Data not received! THOR DOWNLOAD failed: -1 WARNING at drivers/usb/gadget/dwc2_udc_otg.c:730/dwc2_free_request()! WARNING at drivers/usb/gadget/dwc2_udc_otg.c:730/dwc2_free_request()! So this disables GENET Ethernet contorller. Change-Id: I0dd5e5789b0a099768655946122f07ecd1fb609f Signed-off-by: Dongwoo Lee --- configs/rpi_4_32b_defconfig | 2 -- configs/rpi_4_defconfig | 2 -- 2 files changed, 4 deletions(-) diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig index 450ab34..b529e25 100644 --- a/configs/rpi_4_32b_defconfig +++ b/configs/rpi_4_32b_defconfig @@ -27,8 +27,6 @@ CONFIG_DM_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_SDMA=y CONFIG_MMC_SDHCI_BCM2835=y -CONFIG_DM_ETH=y -CONFIG_BCMGENET=y CONFIG_PINCTRL=y # CONFIG_PINCTRL_GENERIC is not set # CONFIG_REQUIRE_SERIAL_CONSOLE is not set diff --git a/configs/rpi_4_defconfig b/configs/rpi_4_defconfig index 165c2ce..f926c36 100644 --- a/configs/rpi_4_defconfig +++ b/configs/rpi_4_defconfig @@ -26,8 +26,6 @@ CONFIG_DM_KEYBOARD=y CONFIG_DM_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_BCM2835=y -CONFIG_DM_ETH=y -CONFIG_BCMGENET=y CONFIG_PINCTRL=y # CONFIG_PINCTRL_GENERIC is not set # CONFIG_REQUIRE_SERIAL_CONSOLE is not set -- 2.7.4