[U-Boot] [PATCH] MX53: mx53evk: Remove duplicate define

Fabio Estevam fabio.estevam at freescale.com
Wed May 11 16:16:10 CEST 2011


Fix the following warning:

../include/configs/mx53evk.h:195: warning: "CONFIG_OF_LIBFDT" redefined
../include/configs/mx53evk.h:41: note: this is the location of the previous definition


Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
 include/configs/mx53evk.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index 5749a08..6ac910b 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -38,8 +38,6 @@
 #define CONFIG_SETUP_MEMORY_TAGS	1
 #define CONFIG_INITRD_TAG		1
 
-#define CONFIG_OF_LIBFDT		1
-
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 2 * 1024 * 1024)
 
-- 
1.6.0.4




More information about the U-Boot mailing list