Pārlūkot izejas kodu

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>
Simon Kagstrom 15 gadi atpakaļ
vecāks
revīzija
9df20ce211
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      cpu/arm926ejs/kirkwood/cpu.c

+ 1 - 0
cpu/arm926ejs/kirkwood/cpu.c

@@ -27,6 +27,7 @@
 #include <asm/cache.h>
 #include <asm/cache.h>
 #include <u-boot/md5.h>
 #include <u-boot/md5.h>
 #include <asm/arch/kirkwood.h>
 #include <asm/arch/kirkwood.h>
+#include <hush.h>
 
 
 #define BUFLEN	16
 #define BUFLEN	16