diff options
| author | Simon Kagstrom <[[email protected]]> | 2009-10-01 19:41:50 +0530 |
|---|---|---|
| committer | Tom Rix <[email protected]> | 2009-10-13 06:17:38 -0500 |
| commit | 9df20ce211576aa7ac75710dcd8d0a6236abfd70 (patch) | |
| tree | 7da5ad9898baa1439b5147d7c338f0dfacbacc36 | |
| parent | df3826262c0efd2baec4df23d44b3942af98f5a7 (diff) | |
arm: Correct build with CONFIG_SYS_HUSH_PARSER set
FLAG_PARSE_SEMICOLON is not defined without hush.h, so include that.
Signed-off-by: Simon Kagstrom <[email protected]>
Signed-off-by: Prafulla Wadaskar <[email protected]>
| -rw-r--r-- | cpu/arm926ejs/kirkwood/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm926ejs/kirkwood/cpu.c b/cpu/arm926ejs/kirkwood/cpu.c index bab5faf652e..6fc39025809 100644 --- a/cpu/arm926ejs/kirkwood/cpu.c +++ b/cpu/arm926ejs/kirkwood/cpu.c @@ -27,6 +27,7 @@ #include <asm/cache.h> #include <u-boot/md5.h> #include <asm/arch/kirkwood.h> +#include <hush.h> #define BUFLEN 16 |
