Skip to content
Snippets Groups Projects
Commit 9df20ce2 authored by Simon Kagstrom's avatar Simon Kagstrom Committed by Tom Rix
Browse files

arm: Correct build with CONFIG_SYS_HUSH_PARSER set


FLAG_PARSE_SEMICOLON is not defined without hush.h, so include that.

Signed-off-by: default avatarSimon Kagstrom <simon.kagstrom@netinsight.net>
Signed-off-by: default avatarPrafulla Wadaskar <prafulla@marvell.com>
parent df382626
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@
#include <asm/cache.h>
#include <u-boot/md5.h>
#include <asm/arch/kirkwood.h>
#include <hush.h>
#define BUFLEN 16
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment