[U-Boot] [PATCH] arm: Correct build with CONFIG_SYS_HUSH_PARSER set
Simon Kagstrom
simon.kagstrom at netinsight.net
Thu Sep 17 14:40:18 CEST 2009
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 at netinsight.net>
---
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 d0cdaf6..fbe754c 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
--
1.6.0.4
More information about the U-Boot
mailing list