From 69e173eb57d1f4848f070c83456096ba5d2ba1b4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 22 Feb 2016 22:55:42 -0700 Subject: Move CONFIG_OF_LIBFDT to Kconfig Move this option to Kconfig and tidy up existing boards. Signed-off-by: Simon Glass --- include/image.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/image.h') diff --git a/include/image.h b/include/image.h index 518a4f5..83653a4 100644 --- a/include/image.h +++ b/include/image.h @@ -27,7 +27,6 @@ struct lmb; /* new uImage format support enabled on host */ #define CONFIG_FIT 1 -#define CONFIG_OF_LIBFDT 1 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */ #define IMAGE_ENABLE_IGNORE 0 -- cgit v1.1