]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/hush.c
net: add helper to generate random mac address
[karo-tx-uboot.git] / common / hush.c
index 672ab9e157ed780382b1b39e262172bfbe9c70c2..1eff182efaf23599af42d0ddd3fb06af16ba1a2d 100644 (file)
@@ -92,6 +92,9 @@
 #include <common.h>        /* readline */
 #include <hush.h>
 #include <command.h>        /* find_cmd */
+#ifndef CONFIG_SYS_PROMPT_HUSH_PS2
+#define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
+#endif
 #endif
 #ifndef __U_BOOT__
 #include <ctype.h>     /* isalpha, isdigit */