aboutsummaryrefslogtreecommitdiff
path: root/include/configs/mx51evk.h
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2011-05-03 20:13:17 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-05-23 08:36:46 +0200
commit464bed5cd0bac73fa738aa1c51050752069348f6 (patch)
tree6af0f20007f519f6f6638ddc0eccacf0a729a2ab /include/configs/mx51evk.h
parentb78b40f6c08e0b6b160a75c62ab305e7ae0fa290 (diff)
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 <shawn.guo@linaro.org>
Diffstat (limited to 'include/configs/mx51evk.h')
-rw-r--r--include/configs/mx51evk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index febe8d86f..207b20c2e 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -226,6 +226,4 @@
#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 0
-#define CONFIG_OF_LIBFDT
-
#endif