X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fconfigs%2Fsmdk5250.h;h=9ee462f0ca9cf7be1622a3e3d83e1c65cde7de65;hp=e412da8c9d8f7e18a568a64f678850a6616f166f;hb=a098cf41fdb2a6607c675f7fe4f3164617c9367e;hpb=b8a7c467960ffb4d5a5e1eef5f7783fb6f594542 diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index e412da8c9d..9ee462f0ca 100644 --- a/include/configs/smdk5250.h +++ b/include/configs/smdk5250.h @@ -207,6 +207,7 @@ #define CONFIG_I2C_MULTI_BUS #define CONFIG_MAX_I2C_NUM 8 #define CONFIG_SYS_I2C_SLAVE 0x0 +#define CONFIG_I2C_EDID /* PMIC */ #define CONFIG_PMIC @@ -259,4 +260,10 @@ /* Enable devicetree support */ #define CONFIG_OF_LIBFDT +/* SHA hashing */ +#define CONFIG_CMD_HASH +#define CONFIG_HASH_VERIFY +#define CONFIG_SHA1 +#define CONFIG_SHA256 + #endif /* __CONFIG_H */