From 9df20ce211576aa7ac75710dcd8d0a6236abfd70 Mon Sep 17 00:00:00 2001
From: Simon Kagstrom <[simon.kagstrom@netinsight.net]>
Date: Thu, 1 Oct 2009 19:41:50 +0530
Subject: [PATCH] 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@netinsight.net>
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
---
 cpu/arm926ejs/kirkwood/cpu.c | 1 +
 1 file changed, 1 insertion(+)

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 <asm/cache.h>
 #include <u-boot/md5.h>
 #include <asm/arch/kirkwood.h>
+#include <hush.h>
 
 #define BUFLEN	16
 
-- 
GitLab