Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOT
[platform/kernel/u-boot.git] / include / configs / socfpga_dbm_soc1.h
index b36d7e5..9e0d5d4 100644 (file)
@@ -12,6 +12,7 @@
 
 /* Booting Linux */
 #define CONFIG_BOOTFILE                "fitImage"
+#define CONFIG_USE_PREBOOT
 #define CONFIG_PREBOOT         "run try_bootscript"
 #define CONFIG_BOOTCOMMAND     "run mmc_mmc"
 #define CONFIG_LOADADDR                0x01000000
@@ -87,7 +88,8 @@
                        "echo Running bootscript... ; "                 \
                        "source ${kernel_addr_r} ; "                    \
                "fi ; "                                                 \
-               "fi\0"
+               "fi\0"                                                  \
+       "socfpga_legacy_reset_compat=1\0"
 
 /* The rest of the configuration is shared */
 #include <configs/socfpga_common.h>