All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] am335x: sl50: Enable CONFIG_AUTOBOOT_KEYED
@ 2017-07-06  9:37 Enric Balletbo i Serra
  2017-07-07 11:42 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Enric Balletbo i Serra @ 2017-07-06  9:37 UTC (permalink / raw)
  To: u-boot

On startup the SL50 board halt at U-Boot prompt. Use CONFIG_AUTOBOOT_KEYED
to enable autoboot for this board and define the <SPACE> key to get the
U-Boot prompt.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
---
 configs/am335x_sl50_defconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/configs/am335x_sl50_defconfig b/configs/am335x_sl50_defconfig
index 02ce013..855e1ca 100644
--- a/configs/am335x_sl50_defconfig
+++ b/configs/am335x_sl50_defconfig
@@ -23,7 +23,10 @@ CONFIG_SPL_I2C_SUPPORT=y
 CONFIG_SPL_OS_BOOT=y
 CONFIG_SPL_POWER_SUPPORT=y
 CONFIG_SPL_YMODEM_SUPPORT=y
-# CONFIG_AUTOBOOT is not set
+CONFIG_AUTOBOOT_KEYED=y
+CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
+CONFIG_AUTOBOOT_DELAY_STR="d"
+CONFIG_AUTOBOOT_STOP_STR=" "
 # CONFIG_CMD_IMLS is not set
 CONFIG_CMD_ASKENV=y
 CONFIG_CMD_EEPROM=y
-- 
2.9.3

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

* [U-Boot] am335x: sl50: Enable CONFIG_AUTOBOOT_KEYED
  2017-07-06  9:37 [U-Boot] [PATCH] am335x: sl50: Enable CONFIG_AUTOBOOT_KEYED Enric Balletbo i Serra
@ 2017-07-07 11:42 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2017-07-07 11:42 UTC (permalink / raw)
  To: u-boot

On Thu, Jul 06, 2017 at 11:37:58AM +0200, Enric Balletbo i Serra wrote:

> On startup the SL50 board halt at U-Boot prompt. Use CONFIG_AUTOBOOT_KEYED
> to enable autoboot for this board and define the <SPACE> key to get the
> U-Boot prompt.
> 
> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170707/d47a6373/attachment.sig>

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

end of thread, other threads:[~2017-07-07 11:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-06  9:37 [U-Boot] [PATCH] am335x: sl50: Enable CONFIG_AUTOBOOT_KEYED Enric Balletbo i Serra
2017-07-07 11:42 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.