Make the FDT file name based on the default on that is specified in the
defconfig file.

Signed-off-by: Greg Gallagher <[email protected]>
---

 include/configs/sama5d27_som1_ek.h | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/include/configs/sama5d27_som1_ek.h 
b/include/configs/sama5d27_som1_ek.h
index 3358149e66..8942d15934 100644
--- a/include/configs/sama5d27_som1_ek.h
+++ b/include/configs/sama5d27_som1_ek.h
@@ -27,14 +27,11 @@
 
 #define CONFIG_SYS_LOAD_ADDR           0x22000000 /* load address */
 
-/* NAND flash */
-
-/* SPI flash */
-
 #undef CONFIG_BOOTCOMMAND
 #ifdef CONFIG_SD_BOOT
 /* bootstrap + u-boot + env in sd card */
-#define CONFIG_BOOTCOMMAND     "fatload mmc " CONFIG_ENV_FAT_DEVICE_AND_PART " 
0x21000000 at91-sama5d27_som1_ek.dtb; " \
+#define CONFIG_BOOTCOMMAND     "fatload mmc " CONFIG_ENV_FAT_DEVICE_AND_PART " 
0x21000000 " \
+                               CONFIG_DEFAULT_DEVICE_TREE ".dtb; " \
                                "fatload mmc " CONFIG_ENV_FAT_DEVICE_AND_PART " 
0x22000000 zImage; " \
                                "bootz 0x22000000 - 0x21000000"
 #endif
-- 
2.25.1

Reply via email to