]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/config_fallbacks.h
mpc8313, signed fit: enable legacy image format on ids8313 board
[karo-tx-uboot.git] / 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 */