diff options
| author | Koen Kooi <[email protected]> | 2011-06-17 10:03:06 +0200 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-09-04 11:36:20 +0200 |
| commit | 4c37e8de00ab04d342b57a5515674174c99b880b (patch) | |
| tree | b700447001c56425517b643e0f9f58cb2fae787b /include | |
| parent | e682930867f7dfc4a01784fe452fad9e962d65a9 (diff) | |
BeagleBoard: config: decrease bootdelay to 2 seconds
Signed-off-by: Koen Kooi <[email protected]>
Signed-off-by: Joel A Fernandes <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/omap3_beagle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 223621d9562..536d2cd5dc1 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -194,7 +194,7 @@ /* partition */ /* Environment information */ -#define CONFIG_BOOTDELAY 10 +#define CONFIG_BOOTDELAY 2 #define CONFIG_EXTRA_ENV_SETTINGS \ "loadaddr=0x82000000\0" \ |
