X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fconfig_fallbacks.h;h=ddfe0450d21c780e44cacf4f26b91d1e15a059a9;hb=ca614c164012789ee27de57bab615994f9c2ec25;hp=7d8daa2b8e5332f421b9bb616812d494927f1c71;hpb=0ce4af99c07acebf4fce9a91f1099d2460629293;p=karo-tx-uboot.git diff --git a/include/config_fallbacks.h b/include/config_fallbacks.h index 7d8daa2b8e..ddfe0450d2 100644 --- a/include/config_fallbacks.h +++ b/include/config_fallbacks.h @@ -79,6 +79,10 @@ #define CONFIG_SYS_PROMPT "=> " #endif +#ifndef CONFIG_SYS_PBSIZE +#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + 128) +#endif + #ifndef CONFIG_FIT_SIGNATURE #define CONFIG_IMAGE_FORMAT_LEGACY #endif @@ -87,4 +91,10 @@ #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 */