configs: sama5d4_xplained: add fdt overlay support
authorEugen Hristev <eugen.hristev@microchip.com>
Tue, 18 Sep 2018 07:35:52 +0000 (10:35 +0300)
committerTom Rini <trini@konsulko.com>
Sat, 29 Sep 2018 00:22:42 +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/sama5d4_xplained_mmc_defconfig
configs/sama5d4_xplained_nandflash_defconfig
configs/sama5d4_xplained_spiflash_defconfig

index 26960eb5d71949cb1887613d8d0c736f087a38fc..f60b6b5bc901aa56b5ed71a04df2bd3d7983a17f 100644 (file)
@@ -88,3 +88,4 @@ CONFIG_W1=y
 CONFIG_W1_GPIO=y
 CONFIG_W1_EEPROM=y
 CONFIG_W1_EEPROM_DS24XXX=y
+CONFIG_OF_LIBFDT_OVERLAY=y
index c463c74d3832c6786f4a9800e4f3bb9942c55463..3524dbffcf75079ab9006c8e6e7824a861c20b8c 100644 (file)
@@ -84,3 +84,4 @@ CONFIG_W1=y
 CONFIG_W1_GPIO=y
 CONFIG_W1_EEPROM=y
 CONFIG_W1_EEPROM_DS24XXX=y
+CONFIG_OF_LIBFDT_OVERLAY=y
index 13869da14cffb67ea2d5640b194cd5d5fab3196c..3f519cd5031dc3ea8af742163f6ab6c324f19f4e 100644 (file)
@@ -88,3 +88,4 @@ CONFIG_W1=y
 CONFIG_W1_GPIO=y
 CONFIG_W1_EEPROM=y
 CONFIG_W1_EEPROM_DS24XXX=y
+CONFIG_OF_LIBFDT_OVERLAY=y