video: Convert CONFIG_VIDEO_LOGO to Kconfig
[platform/kernel/u-boot.git] / include / configs / socfpga_arria5_secu1.h
index 0b37efe..9ce5fa6 100644 (file)
@@ -9,9 +9,6 @@
 #include <asm/arch/base_addr_ac5.h>
 #include <linux/stringify.h>
 
-/* Call misc_init_r */
-#define CONFIG_MISC_INIT_R
-
 #define CONFIG_HUSH_INIT_VAR
 /* Eternal oscillator */
 #define CONFIG_SYS_TIMER_RATE  40000000
 /* 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 */
 /* The rest of the configuration is shared */
 #include <configs/socfpga_common.h>
 
-#ifdef CONFIG_SPL_NAND_SUPPORT
-#undef CONFIG_SYS_NAND_U_BOOT_OFFS
-#define CONFIG_SYS_NAND_U_BOOT_OFFS    0x80000
-#endif
-
 #undef CONFIG_WATCHDOG_TIMEOUT_MSECS
 #define CONFIG_WATCHDOG_TIMEOUT_MSECS  60000