public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY
@ 2016-01-18 13:49 Stefan Roese
  2016-01-18 13:49 ` [U-Boot] [PATCH 2/2] x86: x86-common.h: Add generic FS commands Stefan Roese
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Stefan Roese @ 2016-01-18 13:49 UTC (permalink / raw)
  To: u-boot

Without this CONFIG_BOOTDELAY, autobooting does not work at all. As
autoboot_command() from common/* will not get called. So lets define
CONFIG_BOOTDELAY, so that auto-booting works on x86.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Miao Yan <yanmiaobest@gmail.com>
Cc: Bin Meng <bmeng.cn@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
---
 include/configs/x86-common.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index 4182a3b..6e73656 100644
--- a/include/configs/x86-common.h
+++ b/include/configs/x86-common.h
@@ -235,4 +235,6 @@
 	"tftpboot $loadaddr $bootfile;"			\
 	"zboot $loadaddr"
 
+#define CONFIG_BOOTDELAY	2
+
 #endif	/* __CONFIG_H */
-- 
2.6.5

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-01-29  8:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-18 13:49 [U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY Stefan Roese
2016-01-18 13:49 ` [U-Boot] [PATCH 2/2] x86: x86-common.h: Add generic FS commands Stefan Roese
2016-01-19  6:19   ` Bin Meng
2016-01-26  6:48     ` Bin Meng
2016-01-19  5:20 ` [U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY Miao Yan
2016-01-19  6:19 ` Bin Meng
2016-01-26  6:48   ` Bin Meng
2016-01-28 15:04     ` Stefan Roese
2016-01-28 16:13     ` Stefan Roese
2016-01-28 16:16       ` Simon Glass
2016-01-28 16:18         ` Stefan Roese
2016-01-29  8:43   ` Bin Meng
2016-01-19 17:25 ` Tom Rini
2016-01-21  6:06   ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox