Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / socfpga_arria5_secu1.h
index 21e70c2..9ce5fa6 100644 (file)
 /* Booting Linux */
 #define CONFIG_BOOTFILE                "zImage"
 
-#define CONFIG_BOOTCOMMAND     \
-       "setenv bootcmd '"      \
-               "bridge enable; "       \
-               "if test ${bootnum} = \"b\"; " \
-                     "then run _fpga_loadsafe; " \
-               "else if test ${bootcount} -eq 4; then echo \"Switching copy...\"; setexpr x $bootnum % 2 && setexpr bootnum $x + 1; saveenv; fi; " \
-                     "run _fpga_loaduser; " \
-               "fi;" \
-               "echo \"Booting bank $bootnum\" && run userload && run userboot;" \
-       "' && " \
-       "setenv altbootcmd 'setenv bootnum b && saveenv && boot;' && " \
-       "saveenv && saveenv && boot;"
-
 #define CONFIG_SYS_BOOTM_LEN           (64 << 20)
 
 /* Environment settings */