[U-Boot-Users] [PATCH] ColdFire: Define bootdelay in configuration file for M52277EVB

17 Mar
2008
17 Mar
'08
11:06 p.m.
Signed-off-by: Matt Wadel Matt.Waddel@freescale.com Acked-by: TsiChung Liew Tsi-Chung.Liew@freescale.com --- 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 a3d7bc4..3d28913 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
--
1.5.4.1
6268
Age (days ago)
6268
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tsi-Chung Liew