From: Simon Kagstrom <[simon.kagstrom@netinsight.net]> Date: Thu, 1 Oct 2009 14:11:50 +0000 (+0530) Subject: arm: Correct build with CONFIG_SYS_HUSH_PARSER set X-Git-Tag: v2009.11-rc1~38 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9df20ce211576aa7ac75710dcd8d0a6236abfd70;p=u-boot 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 Signed-off-by: Prafulla Wadaskar --- 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 #include #include +#include #define BUFLEN 16