diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-07 22:59:44 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-12 14:18:17 -0500 |
commit | 99e6feb23c93aeae80a2387623df33e9e5575a87 (patch) | |
tree | 069755f5129c45acd6a3f0070070a54d13fc7814 /include/configs/imx8ulp_evk.h | |
parent | 21e04320588d744729e073b09a08466b06db38c9 (diff) | |
download | u-boot-99e6feb23c93aeae80a2387623df33e9e5575a87.tar.gz |
Convert CONFIG_SYS_PROMPT et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_PROMPT
CONFIG_SYS_PROMPT_HUSH_PS2
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/imx8ulp_evk.h')
-rw-r--r-- | include/configs/imx8ulp_evk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/imx8ulp_evk.h b/include/configs/imx8ulp_evk.h index 90a8fa72f1..501f465b9e 100644 --- a/include/configs/imx8ulp_evk.h +++ b/include/configs/imx8ulp_evk.h @@ -81,7 +81,6 @@ #define PHYS_SDRAM_SIZE 0x80000000 /* 2GB DDR */ /* Monitor Command Prompt */ -#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " #define CONFIG_SYS_CBSIZE 2048 #define CONFIG_SYS_MAXARGS 64 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE |