Skip to content
Snippets Groups Projects
Commit 0900bee9 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Enable hush parser


With Hush parser is possible to change command line in dtb

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 13916abf
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,7 @@
#define CONFIG_SYS_USR_EXCEP /* user exception */
#define CONFIG_SYS_HZ 1000
#define CONFIG_PREBOOT "echo U-BOOT for $(hostname);setenv preboot;echo"
#define CONFIG_PREBOOT "echo U-BOOT for ${hostname};setenv preboot;echo"
#define CONFIG_EXTRA_ENV_SETTINGS "unlock=yes\0" /* hardware flash protection */\
"nor0=ml401-0\0"\
......@@ -298,4 +298,10 @@
#define CONFIG_CMDLINE_EDITING
/* Use the HUSH parser */
#define CONFIG_SYS_HUSH_PARSER
#ifdef CONFIG_SYS_HUSH_PARSER
#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
#endif
#endif /* __CONFIG_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment