summaryrefslogtreecommitdiffstats
path: root/include/configs/BSC9131RDB.h
diff options
context:
space:
mode:
authorharninder rai <harninder.rai@freescale.com>2014-12-15 12:58:45 +0530
committerYork Sun <yorksun@freescale.com>2015-01-16 09:30:32 -0800
commit37811ec2265bc56965ca0c1d9eb2ffa81aa8d9e9 (patch)
treef1281654e56cbda1bbd6ed0e74db198e9faf3f3e /include/configs/BSC9131RDB.h
parentb3f0f63223ce42592499d71dcbd4d9ac18fb3e10 (diff)
downloadblackbird-obmc-uboot-37811ec2265bc56965ca0c1d9eb2ffa81aa8d9e9.tar.gz
blackbird-obmc-uboot-37811ec2265bc56965ca0c1d9eb2ffa81aa8d9e9.zip
powerpc/913x: Add config flag for bootdelay
CONFIG_BOOTDELAY is missing from board header file. Add this macro to enable counting down of auto boot. Signed-off-by: Harninder Rai <harninder.rai@freescale.com> [York Sun: Add commit message] Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/BSC9131RDB.h')
-rw-r--r--include/configs/BSC9131RDB.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/BSC9131RDB.h b/include/configs/BSC9131RDB.h
index eeb0671ddb..6aaaaa43f0 100644
--- a/include/configs/BSC9131RDB.h
+++ b/include/configs/BSC9131RDB.h
@@ -433,6 +433,7 @@ extern unsigned long get_sdram_size(void);
#define CONFIG_UBOOTPATH "u-boot.bin" /* U-Boot image on TFTP server */
#define CONFIG_BAUDRATE 115200
+#define CONFIG_BOOTDELAY 10 /* -1 disable auto-boot */
#define CONFIG_EXTRA_ENV_SETTINGS \
"netdev=eth0\0" \
OpenPOWER on IntegriCloud