summaryrefslogtreecommitdiff
path: root/include/configs/tegra2-common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-05-04 16:10:20 -0700
committerSimon Glass <sjg@chromium.org>2011-08-24 09:56:46 -0700
commit35ceafdeb7f2069946ab2e1df045b4ccc9e00dd9 (patch)
tree66d8cc4c8e45dc35464060c23d3e336b03bfdd51 /include/configs/tegra2-common.h
parent0d5ff952e7c3fc800a6234b5f1b5b94391d0bd39 (diff)
CHROMIUMOS: config: Move to zero delay for U-Boot boot
Now that SPI/UART is fixed pretty well, we can move to a zero boot delay. Hold down a key (e.g. space) before reset to interrupt boot, or use: setenv bootdelay 2 to increase the boot delay to 2 seconds for development. This speeds up the normal boot by 2 seconds. BUG=chromium-os:13228 TEST=Try U-Boot on Seaboard, check it doesn't wait for a boot, but it can be interrupted by holding down a key before reset. Change-Id: I8c433761bd977f750cecd844976574f340c54988 Reviewed-on: http://gerrit.chromium.org/gerrit/400 Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/tegra2-common.h')
-rw-r--r--include/configs/tegra2-common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h
index dc93b94a30..abdc5963d2 100644
--- a/include/configs/tegra2-common.h
+++ b/include/configs/tegra2-common.h
@@ -204,7 +204,8 @@
"fi ; " \
#define CONFIG_LOADADDR 0x408000 /* def. location for kernel */
-#define CONFIG_BOOTDELAY 2 /* -1 to disable auto boot */
+#define CONFIG_BOOTDELAY 0 /* -1 to disable auto boot */
+#define CONFIG_ZERO_BOOTDELAY_CHECK
/*
* Miscellaneous configurable options