]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: Correct build with CONFIG_SYS_HUSH_PARSER set
authorSimon Kagstrom <[simon.kagstrom@netinsight.net]>
Thu, 1 Oct 2009 14:11:50 +0000 (19:41 +0530)
committerTom 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

index bab5faf652e665675ee70b31abecc080abf7be6f..6fc3902580918d8448b563febe34cf7fd7629e3c 100644 (file)
@@ -27,6 +27,7 @@
 #include <asm/cache.h>
 #include <u-boot/md5.h>
 #include <asm/arch/kirkwood.h>
+#include <hush.h>
 
 #define BUFLEN 16