diff mbox

[U-Boot] davinci: omapl138_lcdk: drop custom prompt string

Message ID 20170512101440.24757-1-nsekhar@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Sekhar Nori May 12, 2017, 10:14 a.m. UTC
Drop custom command prompt string in favor
of default used by U-Boot. This helps in
easier automation setup across boards.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
---
 configs/omapl138_lcdk_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini May 15, 2017, 11:18 p.m. UTC | #1
On Fri, May 12, 2017 at 03:44:40PM +0530, Sekhar Nori wrote:

> Drop custom command prompt string in favor
> of default used by U-Boot. This helps in
> easier automation setup across boards.
> 
> Signed-off-by: Sekhar Nori <nsekhar@ti.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
index 7a5a78f4944b..8a0e618d2a14 100644
--- a/configs/omapl138_lcdk_defconfig
+++ b/configs/omapl138_lcdk_defconfig
@@ -14,7 +14,6 @@  CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_SPL=y
 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0xb5
 CONFIG_HUSH_PARSER=y
-CONFIG_SYS_PROMPT="U-Boot > "
 CONFIG_CMD_BOOTZ=y
 # CONFIG_CMD_IMLS is not set
 CONFIG_CMD_ASKENV=y