projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f3b6ef
)
arm: Correct build with CONFIG_SYS_HUSH_PARSER set
author
Simon Kagstrom
<[simon.kagstrom@netinsight.net]>
Thu, 1 Oct 2009 14:11:50 +0000
(19:41 +0530)
committer
Tom Rix
<Tom.Rix@windriver.com>
Sun, 4 Oct 2009 17:25:03 +0000
(12:25 -0500)
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>
cpu/arm926ejs/kirkwood/cpu.c
patch
|
blob
|
history
diff --git
a/cpu/arm926ejs/kirkwood/cpu.c
b/cpu/arm926ejs/kirkwood/cpu.c
index bab5faf652e665675ee70b31abecc080abf7be6f..6fc3902580918d8448b563febe34cf7fd7629e3c 100644
(file)
--- 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