[PATCH 05/10] ARM: mvebu: clearfog: add support for EEPROM TLV info
Stefan Roese
sr at denx.de
Mon Jan 13 08:13:14 CET 2020
On 25.11.19 11:30, Baruch Siach wrote:
> Signed-off-by: Baruch Siach <baruch at tkos.co.il>
> ---
> configs/clearfog_defconfig | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
> index dd48b325c0bc..2bf80ee70cec 100644
> --- a/configs/clearfog_defconfig
> +++ b/configs/clearfog_defconfig
> @@ -11,6 +11,7 @@ CONFIG_TARGET_CLEARFOG=y
> CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC=y
> CONFIG_SPL_MMC_SUPPORT=y
> CONFIG_SPL_SERIAL_SUPPORT=y
> +CONFIG_SPL_DRIVERS_MISC_SUPPORT=y
> CONFIG_NR_DRAM_BANKS=2
> CONFIG_SPL=y
> CONFIG_DEBUG_UART_BASE=0xd0012000
> @@ -26,6 +27,8 @@ CONFIG_SYS_CONSOLE_INFO_QUIET=y
> CONFIG_DISPLAY_BOARDINFO_LATE=y
> CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_DATA_PART_OFFSET=0x1
> CONFIG_SPL_I2C_SUPPORT=y
> +CONFIG_CMD_SYS_EEPROM=y
> +CONFIG_SPL_CMD_SYS_EEPROM=y
> # CONFIG_CMD_FLASH is not set
> CONFIG_CMD_GPIO=y
> CONFIG_CMD_I2C=y
> @@ -47,6 +50,8 @@ CONFIG_DM_GPIO=y
> CONFIG_DM_PCA953X=y
> CONFIG_DM_I2C=y
> CONFIG_SYS_I2C_MVTWSI=y
> +CONFIG_I2C_EEPROM=y
> +CONFIG_SPL_I2C_EEPROM=y
This might change with the suggested Kconfig symbol renaming.
Thanks,
Stefan
More information about the U-Boot
mailing list