X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fconfig_fallbacks.h;h=ddfe0450d21c780e44cacf4f26b91d1e15a059a9;hb=8ecf7f21941579028c9565f6a2212bb1c098bd4e;hp=b304a4103def4c334347fb9f66542411422b13cb;hpb=cc49da249cf2f380d2fed5571fad65ce6494fc95;p=karo-tx-uboot.git diff --git a/include/config_fallbacks.h b/include/config_fallbacks.h index b304a4103d..ddfe0450d2 100644 --- a/include/config_fallbacks.h +++ b/include/config_fallbacks.h @@ -79,8 +79,22 @@ #define CONFIG_SYS_PROMPT "=> " #endif -#ifndef CONFIG_SYS_HZ -#define CONFIG_SYS_HZ 1000 +#ifndef CONFIG_SYS_PBSIZE +#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + 128) +#endif + +#ifndef CONFIG_FIT_SIGNATURE +#define CONFIG_IMAGE_FORMAT_LEGACY +#endif + +#ifdef CONFIG_DISABLE_IMAGE_LEGACY +#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 #endif /* __CONFIG_FALLBACKS_H */