configs: sama5d3_xplained: add fdt overlay support
authorEugen Hristev <eugen.hristev@microchip.com>
Tue, 18 Sep 2018 07:35:49 +0000 (10:35 +0300)
committerTom Rini <trini@konsulko.com>
Sat, 29 Sep 2018 00:22:41 +0000 (20:22 -0400)
Add commands for fdt overlay merging. This is required for the boot scripts
that detect PDAs and apply specific overlays to the DTB passed on to kernel.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
configs/sama5d3_xplained_mmc_defconfig
configs/sama5d3_xplained_nandflash_defconfig

index 7d8d1adbf9340b282a0a1c93e5e39faba7fc44b2..154cdc2189630eafed49a50e74893bfe1755319f 100644 (file)
@@ -80,3 +80,4 @@ CONFIG_W1=y
 CONFIG_W1_GPIO=y
 CONFIG_W1_EEPROM=y
 CONFIG_W1_EEPROM_DS24XXX=y
+CONFIG_OF_LIBFDT_OVERLAY=y
index f53687762cf2c7fa97a512b919a24c53486d9990..3bf93de9c0ad2cfd5c69b7a0eeb72546ea1b4aa0 100644 (file)
@@ -77,3 +77,4 @@ CONFIG_W1_GPIO=y
 CONFIG_W1_EEPROM=y
 CONFIG_W1_EEPROM_DS24XXX=y
 CONFIG_FAT_WRITE=y
+CONFIG_OF_LIBFDT_OVERLAY=y