]> git.sur5r.net Git - u-boot/blobdiff - include/config_fallbacks.h
i2c: imx: add macros to setup pads for multiple SoC types
[u-boot] / include / config_fallbacks.h
index e6fb47be0bd71fe2dd9ca06b7586ca82a3d57b21..76818f673f2810c69520067a7a10e2b34ed4515a 100644 (file)
 #define CONFIG_LIB_RAND
 #endif
 
+#if defined(CONFIG_API) && defined(CONFIG_LCD)
+#define CONFIG_CMD_BMP
+#endif
+
 #ifndef CONFIG_SYS_PROMPT
 #define CONFIG_SYS_PROMPT      "=> "
 #endif
 #define CONFIG_SYS_HZ          1000
 #endif
 
+#ifndef CONFIG_FIT_SIGNATURE
+#define CONFIG_IMAGE_FORMAT_LEGACY
+#endif
+
+#ifdef CONFIG_DISABLE_IMAGE_LEGACY
+#undef CONFIG_IMAGE_FORMAT_LEGACY
+#endif
+
 #endif /* __CONFIG_FALLBACKS_H */