diff options
author | Simon Kagstrom <[simon.kagstrom@netinsight.net]> | 2009-10-01 19:41:50 +0530 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-13 06:17:38 -0500 |
commit | 9df20ce211576aa7ac75710dcd8d0a6236abfd70 (patch) | |
tree | 7da5ad9898baa1439b5147d7c338f0dfacbacc36 /cpu | |
parent | df3826262c0efd2baec4df23d44b3942af98f5a7 (diff) | |
download | u-boot-imx-9df20ce211576aa7ac75710dcd8d0a6236abfd70.zip u-boot-imx-9df20ce211576aa7ac75710dcd8d0a6236abfd70.tar.gz u-boot-imx-9df20ce211576aa7ac75710dcd8d0a6236abfd70.tar.bz2 |
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 <simon.kagstrom@netinsight.net>
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'cpu')
-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 bab5faf..6fc3902 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 |