summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kagstrom <[[email protected]]>2009-10-01 19:41:50 +0530
committerTom Rix <[email protected]>2009-10-04 12:25:03 -0500
commitdca0d1ee737918356a90f46bdc5505b107960031 (patch)
treec9ae63dfad2e044181c2a3208f9ac89afd843eac
parent2f3b6ef2fe4609c90976ba6aeffd836c6ccb2703 (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.c1
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