summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2016-06-15 10:18:48 +0200
committerMarek Szyprowski <m.szyprowski@samsung.com>2016-06-15 10:25:11 +0200
commit6f702b0462024d0e7ec68f89d7fe05bbe94b251f (patch)
tree41725b41ceca2b5111c4adb6f610be1eb699b9ab
parent0ba7f494911cb06c7b2a1623146527e6ffa2d8d2 (diff)
downloadu-boot-6f702b0462024d0e7ec68f89d7fe05bbe94b251f.tar.gz
u-boot-6f702b0462024d0e7ec68f89d7fe05bbe94b251f.tar.bz2
u-boot-6f702b0462024d0e7ec68f89d7fe05bbe94b251f.zip
TPL: TM2: config: force autoboot
This effectively disables command prompt. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Change-Id: If4ca47bb90c2d63feef00a3d21a5a7b76b2ffb2c
-rw-r--r--include/configs/tm2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tm2.h b/include/configs/tm2.h
index aa3966b353..3a91adee16 100644
--- a/include/configs/tm2.h
+++ b/include/configs/tm2.h
@@ -116,7 +116,7 @@
"boarddetect=if itest.l *0x138000b4 == 0x0063f9ff; then setenv board tm2e; elif itest.l *0x138000b4 == 0x0059f9ff; then setenv board tm2; else setenv board unknown; fi; echo Detected $board board\0" \
"loadkernel=part start mmc 0 9 kernel_sect; part size mmc 0 9 kernel_size; mmc read 0x30000000 $kernel_sect $kernel_size\0" \
"displayimg=unzip 200d0000 67000000; mw.l 138000b4 0059f9ff; mw.l 138001a0 67e10000; mw.l 13800200 00001680; mw.l 13801410 1; mw.l 13802040 e0000018; sleep 1; mw.l 13802040 e0000008\0"
-#define CONFIG_BOOTDELAY 2
+#define CONFIG_BOOTDELAY -2 /* force autoboot */
#define CONFIG_MENUPROMPT "Loading, please wait..."
#define CONFIG_ENV_SIZE 0x1000