]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/config_fallbacks.h
ARM: uniphier: speed up loading kernel image from NOR device
[karo-tx-uboot.git] / include / config_fallbacks.h
index 508db5626bbeb9fa533ce2ee0ee3731e664659d5..6b6ec00a9a943dee3e1014a27b3a5140650b0aa2 100644 (file)
 #undef CONFIG_IMAGE_FORMAT_LEGACY
 #endif
 
+#ifdef CONFIG_DM_I2C
+# ifdef CONFIG_SYS_I2C
+#  error "Cannot define CONFIG_SYS_I2C when CONFIG_DM_I2C is used"
+# endif
+#endif
+
+#ifndef CONFIG_CMDLINE
+#undef CONFIG_CMDLINE_EDITING
+#undef CONFIG_SYS_LONGHELP
+#undef CONFIG_CMD_BOOTD
+#undef CONFIG_CMD_RUN
+#undef CONFIG_SYS_HUSH_PARSER
+#undef CONFIG_CMD_ASKENV
+#undef CONFIG_MENU
+#endif
+
 #endif /* __CONFIG_FALLBACKS_H */