diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index febe8d86ff9203194a79bde15c721b7c31bc1b87..207b20c2e335be8a63f60d63ea1b75487ab56450 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
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index 74aee89e549698920acdfadc5968ce0a9a226099..78122a7ba87e7b3dd717842072d7d62d1989442c 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 */