summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorSimon Kagstrom <[simon.kagstrom@netinsight.net]>2009-10-01 19:41:50 +0530
committerTom Rix <Tom.Rix@windriver.com>2009-10-13 06:17:38 -0500
commit9df20ce211576aa7ac75710dcd8d0a6236abfd70 (patch)
tree7da5ad9898baa1439b5147d7c338f0dfacbacc36 /cpu
parentdf3826262c0efd2baec4df23d44b3942af98f5a7 (diff)
downloadblackbird-obmc-uboot-9df20ce211576aa7ac75710dcd8d0a6236abfd70.tar.gz
blackbird-obmc-uboot-9df20ce211576aa7ac75710dcd8d0a6236abfd70.zip
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm926ejs/kirkwood/cpu.c b/cpu/arm926ejs/kirkwood/cpu.c
index bab5faf652..6fc3902580 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
OpenPOWER on IntegriCloud