diff options
| author | TsiChung Liew <[email protected]> | 2008-03-17 12:14:11 -0500 |
|---|---|---|
| committer | TsiChung Liew <[email protected]> | 2008-03-31 15:17:10 -0500 |
| commit | 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b (patch) | |
| tree | 55b098224b53f26a611d97f00dcf02bc3503c8ad | |
| parent | 77878f16cedee17161ff2336990970fffc6cea35 (diff) | |
ColdFire: Define bootdelay in configuration file for M52277EVB
Signed-off-by: Matt Wadel <[email protected]>
Acked-by: TsiChung Liew <[email protected]>
Acked-by: John Rigby <[email protected]>
| -rw-r--r-- | include/configs/M52277EVB.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/M52277EVB.h b/include/configs/M52277EVB.h index a3d7bc46355..3d2891354f8 100644 --- a/include/configs/M52277EVB.h +++ b/include/configs/M52277EVB.h @@ -86,6 +86,7 @@ "save\0" \ "" +#define CONFIG_BOOTDELAY 3 /* autoboot after 3 seconds */ /* LCD */ #ifdef CONFIG_CMD_BMP #define CONFIG_LCD |
