From 32191a3912018b2dd3645cfe9c52ae3eb1031e30 Mon Sep 17 00:00:00 2001 From: Wadim Egorov Date: Mon, 21 Aug 2017 10:59:00 +0200 Subject: rockchip: phycore: Read configuration EEPROM & set ethaddr in late init Read SoM information from EEPROM and set ethaddr in late init. Signed-off-by: Wadim Egorov Acked-by: Philipp Tomsich Reviewed-by: Philipp Tomsich --- configs/phycore-rk3288_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs') diff --git a/configs/phycore-rk3288_defconfig b/configs/phycore-rk3288_defconfig index 17855a94b5..338efc484c 100644 --- a/configs/phycore-rk3288_defconfig +++ b/configs/phycore-rk3288_defconfig @@ -46,6 +46,8 @@ CONFIG_CLK=y CONFIG_SPL_CLK=y CONFIG_ROCKCHIP_GPIO=y CONFIG_SYS_I2C_ROCKCHIP=y +CONFIG_MISC=y +CONFIG_I2C_EEPROM=y CONFIG_MMC_DW=y CONFIG_MMC_DW_ROCKCHIP=y CONFIG_DM_ETH=y -- cgit v1.2.3