]> git.sur5r.net Git - u-boot/blobdiff - include/config_fallbacks.h
x86: Fix up some missing prototypes
[u-boot] / include / config_fallbacks.h
index b304a4103def4c334347fb9f66542411422b13cb..7d8daa2b8e5332f421b9bb616812d494927f1c71 100644 (file)
 #define CONFIG_SYS_PROMPT      "=> "
 #endif
 
-#ifndef CONFIG_SYS_HZ
-#define CONFIG_SYS_HZ          1000
+#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 */