diff options
author | Sekhar Nori <nsekhar@ti.com> | 2017-05-12 15:44:40 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-15 10:39:54 -0400 |
commit | b3a67dbc202b3e841ef5e302bbc6b568884ac9e3 (patch) | |
tree | 692ebeafd834a4daf4d485cf7120419fdd5debd8 /configs | |
parent | 0ce452872fc5cadffa4d1dd15377dd66fa457348 (diff) | |
download | u-boot-b3a67dbc202b3e841ef5e302bbc6b568884ac9e3.tar.gz u-boot-b3a67dbc202b3e841ef5e302bbc6b568884ac9e3.tar.bz2 u-boot-b3a67dbc202b3e841ef5e302bbc6b568884ac9e3.zip |
davinci: omapl138_lcdk: drop custom prompt string
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/omapl138_lcdk_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig index 752ff5d860..0629f9636f 100644 --- a/configs/omapl138_lcdk_defconfig +++ b/configs/omapl138_lcdk_defconfig @@ -15,7 +15,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_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_GPIO is not set |