[U-Boot] Sandbox cannot be built without HUSH

2012-04-23 Thread Wolfgang Denk
Dear Simon, disabling HUSH support in sandbox results in this: start.c: In function ‘sandbox_main_loop_init’: start.c:97:3: warning: implicit declaration of function ‘parse_string_outer’ [-Wimplicit-function-declaration] start.c:97:34: error: ‘FLAG_PARSE_SEMICOLON’ undeclared (first use in this

Re: [U-Boot] Sandbox cannot be built without HUSH

2012-04-23 Thread Simon Glass
Hi Wolfgang, On Mon, Apr 23, 2012 at 8:28 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon, disabling HUSH support in sandbox results in this: start.c: In function ‘sandbox_main_loop_init’: start.c:97:3: warning: implicit declaration of function ‘parse_string_outer’