diff mbox

[5/5] davinci: omapl138_lcdk: enable OF_SYSTEM_SETUP in defconfig

Message ID 20161125101127.15260-6-fparent@baylibre.com
State New
Headers show

Commit Message

Fabien Parent Nov. 25, 2016, 10:11 a.m. UTC
Enable OF_SYSTEM_SETUP in order to patch the DT with the mac address
read into the EEPROM.

Signed-off-by: Fabien Parent <fparent@baylibre.com>

---
 configs/omapl138_lcdk_defconfig | 1 +
 1 file changed, 1 insertion(+)

-- 
2.10.2

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

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