[U-Boot] [PATCH] arm: Correct build with CONFIG_SYS_HUSH_PARSER set

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 --- 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

Hi Prafulla!
Small reminder :-). Perhaps you missed this patch - and I also forgot to add you under To:. It's a simple one-liner to get kirkwood/cpu.c to build when CONFIG_SYS_HUSH_PARSER is set.
// Simon
On Thu, 17 Sep 2009 14:40:18 +0200 Simon Kagstrom simon.kagstrom@netinsight.net wrote:
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
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

-----Original Message----- From: Simon Kagstrom [mailto:simon.kagstrom@netinsight.net] Sent: Thursday, September 24, 2009 7:54 PM To: Simon Kagstrom; Prafulla Wadaskar Cc: U-Boot ML Subject: Re: [U-Boot] [PATCH] arm: Correct build with CONFIG_SYS_HUSH_PARSER set
Hi Prafulla!
Small reminder :-). Perhaps you missed this patch - and I also forgot to add you under To:. It's a simple one-liner to get kirkwood/cpu.c to build when CONFIG_SYS_HUSH_PARSER is set.
Thanks, I will apply it
Regards.. Prafulla . .

________________________________________ From: u-boot-bounces@lists.denx.de [u-boot-bounces@lists.denx.de] On Behalf Of Prafulla Wadaskar [prafulla@marvell.com] Sent: Thursday, September 24, 2009 10:38 PM To: Simon Kagstrom Cc: U-Boot ML Subject: Re: [U-Boot] [PATCH] arm: Correct build with CONFIG_SYS_HUSH_PARSER set
-----Original Message----- From: Simon Kagstrom [mailto:simon.kagstrom@netinsight.net] Sent: Thursday, September 24, 2009 7:54 PM To: Simon Kagstrom; Prafulla Wadaskar Cc: U-Boot ML Subject: Re: [U-Boot] [PATCH] arm: Correct build with CONFIG_SYS_HUSH_PARSER set
Hi Prafulla!
Small reminder :-). Perhaps you missed this patch - and I also forgot to add you under To:. It's a simple one-liner to get kirkwood/cpu.c to build when CONFIG_SYS_HUSH_PARSER is set.
Applied to u-boot-marvell.git/next
Regards.. Prafulla . .
participants (2)
-
Prafulla Wadaskar
-
Simon Kagstrom