From 464bed5cd0bac73fa738aa1c51050752069348f6 Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Tue, 3 May 2011 20:13:17 +0000 Subject: mx5: Fix CONFIG_OF_LIBFDT redefined warning With the following commit, CONFIG_OF_LIBFDT is redefined. 2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683 Add CONFIG_OF_LIBFDT to more boards. Remove the duplicated definition to fix CONFIG_OF_LIBFDT redefined warning. Signed-off-by: Shawn Guo --- include/configs/mx53evk.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/mx53evk.h') diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index 74aee89e54..78122a7ba8 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -192,6 +192,4 @@ #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 0 -#define CONFIG_OF_LIBFDT - #endif /* __CONFIG_H */ -- cgit v1.2.1