diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-27 16:22:59 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-01 17:42:54 -0400 |
commit | ea72ee72f2e6dbce1125f0b37559ad547b7ee802 (patch) | |
tree | 1f74b87ffc705926b79c868ccbd79d69132ca185 /include/configs/socfpga_is1.h | |
parent | 4aae64c22abbe3a3003322654ae6cd08d5d4c889 (diff) |
ARM: socfpga: move CONFIG_BOOTDELAY to Kconfig for IS1 board
This recently added board missed the tree-wide migration of
CONFIG_BOOTDELAY.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Pavel Machek <pavel@denx.de>
Reviewed-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/socfpga_is1.h')
-rw-r--r-- | include/configs/socfpga_is1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/socfpga_is1.h b/include/configs/socfpga_is1.h index 6f5dfce3be6..cc07253aba2 100644 --- a/include/configs/socfpga_is1.h +++ b/include/configs/socfpga_is1.h @@ -19,7 +19,6 @@ #define PHYS_SDRAM_1_SIZE 0x10000000 /* Booting Linux */ -#define CONFIG_BOOTDELAY 3 #define CONFIG_BOOTFILE "zImage" #define CONFIG_BOOTARGS "console=ttyS0," __stringify(CONFIG_BAUDRATE) #define CONFIG_LOADADDR 0x01000000 |