tricorder: Make u-boot faster

Silent u-boot and no bootdelay

Signed-off-by: Thomas Weber <thomas.weber@corscience.de>
Signed-off-by: Andreas Bießmann <andreas.biessmann@corscience.de>
This commit is contained in:
Thomas Weber 2013-09-06 15:04:55 +02:00 committed by Tom Rini
parent ad9f072c2e
commit 8ce1b82e8a
1 changed files with 4 additions and 1 deletions

View File

@ -39,6 +39,9 @@
#define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO #define CONFIG_DISPLAY_BOARDINFO
#define CONFIG_SILENT_CONSOLE
#define CONFIG_ZERO_BOOTDELAY_CHECK
/* Clock Defines */ /* Clock Defines */
#define V_OSCK 26000000 /* Clock output from T2 */ #define V_OSCK 26000000 /* Clock output from T2 */
#define V_SCLK (V_OSCK >> 1) #define V_SCLK (V_OSCK >> 1)
@ -165,7 +168,7 @@
/* Environment information (this is the common part) */ /* Environment information (this is the common part) */
#define CONFIG_BOOTDELAY 3 #define CONFIG_BOOTDELAY 0
/* hang() the board on panic() */ /* hang() the board on panic() */
#define CONFIG_PANIC_HANG #define CONFIG_PANIC_HANG