[U-Boot] [PATCH 5/5] davinci: omapl138_lcdk: enable OF_SYSTEM_SETUP in defconfig
Fabien Parent
fparent at baylibre.com
Fri Nov 25 11:11:27 CET 2016
Enable OF_SYSTEM_SETUP in order to patch the DT with the mac address
read into the EEPROM.
Signed-off-by: Fabien Parent <fparent at baylibre.com>
---
configs/omapl138_lcdk_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
index bcd1acb..db7a1d9 100644
--- a/configs/omapl138_lcdk_defconfig
+++ b/configs/omapl138_lcdk_defconfig
@@ -4,6 +4,7 @@ CONFIG_TARGET_OMAPL138_LCDK=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
+CONFIG_OF_SYSTEM_SETUP=y
CONFIG_BOOTDELAY=3
CONFIG_VERSION_VARIABLE=y
# CONFIG_DISPLAY_CPUINFO is not set
--
2.10.2
More information about the U-Boot
mailing list