diff options
author | harninder rai <harninder.rai@freescale.com> | 2014-12-15 12:58:45 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-01-16 09:30:32 -0800 |
commit | 37811ec2265bc56965ca0c1d9eb2ffa81aa8d9e9 (patch) | |
tree | f1281654e56cbda1bbd6ed0e74db198e9faf3f3e /include/configs/BSC9132QDS.h | |
parent | b3f0f63223ce42592499d71dcbd4d9ac18fb3e10 (diff) | |
download | u-boot-37811ec2265bc56965ca0c1d9eb2ffa81aa8d9e9.tar.gz |
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/BSC9132QDS.h')
-rw-r--r-- | include/configs/BSC9132QDS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/BSC9132QDS.h b/include/configs/BSC9132QDS.h index e8a8d299cd..59a8d1b5d1 100644 --- a/include/configs/BSC9132QDS.h +++ b/include/configs/BSC9132QDS.h @@ -675,6 +675,7 @@ combinations. this should be removed later #define CONFIG_UBOOTPATH "u-boot.bin" #define CONFIG_BAUDRATE 115200 +#define CONFIG_BOOTDELAY 10 /* -1 disable auto-boot */ #ifdef CONFIG_SDCARD #define CONFIG_DEF_HWCONFIG "hwconfig=usb1:dr_mode=host,phy_type=ulpi\0" |