summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-06-27 16:22:59 +0900
committerTom Rini <trini@konsulko.com>2016-07-01 17:42:54 -0400
commitea72ee72f2e6dbce1125f0b37559ad547b7ee802 (patch)
tree1f74b87ffc705926b79c868ccbd79d69132ca185 /include
parent4aae64c22abbe3a3003322654ae6cd08d5d4c889 (diff)
downloadtalos-obmc-uboot-ea72ee72f2e6dbce1125f0b37559ad547b7ee802.tar.gz
talos-obmc-uboot-ea72ee72f2e6dbce1125f0b37559ad547b7ee802.zip
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')
-rw-r--r--include/configs/socfpga_is1.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/socfpga_is1.h b/include/configs/socfpga_is1.h
index 6f5dfce3be..cc07253aba 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
OpenPOWER on IntegriCloud