summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorThomas Weber <thomas.weber@corscience.de>2013-09-06 15:04:55 +0200
committerTom Rini <trini@ti.com>2013-11-01 15:55:59 -0400
commit8ce1b82e8aa5dd173717e18f58291a7789317592 (patch)
treea6c2c302eec4d6c6032b8328a098808a69b31e88 /include/configs
parentad9f072c2e3b6b4b198f171cb1ba6c0e7fc3e06e (diff)
downloadblackbird-obmc-uboot-8ce1b82e8aa5dd173717e18f58291a7789317592.tar.gz
blackbird-obmc-uboot-8ce1b82e8aa5dd173717e18f58291a7789317592.zip
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>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/tricorder.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h
index f54fa24922..cb6467b53e 100644
--- a/include/configs/tricorder.h
+++ b/include/configs/tricorder.h
@@ -39,6 +39,9 @@
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO
+#define CONFIG_SILENT_CONSOLE
+#define CONFIG_ZERO_BOOTDELAY_CHECK
+
/* Clock Defines */
#define V_OSCK 26000000 /* Clock output from T2 */
#define V_SCLK (V_OSCK >> 1)
@@ -165,7 +168,7 @@
/* Environment information (this is the common part) */
-#define CONFIG_BOOTDELAY 3
+#define CONFIG_BOOTDELAY 0
/* hang() the board on panic() */
#define CONFIG_PANIC_HANG
OpenPOWER on IntegriCloud