This series of patch added Kconfig support for eeprom u-boot headers and enabled in respective defconfig.
These are the configs: -CONFIG_ZYNQ_EEPROM_BUS -CONFIG_ZYNQ_GEM_EEPROM_ADDR -Changes in v2: - Removed CONFIG_ZYNQ_EEPROM for zynqmp - Enabled configs defined under CONFIG_ZYNQ_EEPROM for zynq - in defconfig and removed CONFIG_ZYNQ_EEPROM. - Added depends on ARCH_ZYNQ - Branch: u-boot-microblaze/kconfig Vipul Kumar (2): eeprom: Enabled eeprom u-boot headers in defconfig eeprom: Added Kconfig support for eeprom u-boot headers configs/syzygy_hub_defconfig | 1 + configs/xilinx_zynqmp_zcu102_rev1_0_defconfig | 2 ++ configs/xilinx_zynqmp_zcu102_revA_defconfig | 2 ++ configs/xilinx_zynqmp_zcu102_revB_defconfig | 2 ++ configs/zynq_zc702_defconfig | 6 ++++++ configs/zynq_zc706_defconfig | 6 ++++++ configs/zynq_zybo_defconfig | 1 + drivers/misc/Kconfig | 14 ++++++++++++++ include/configs/syzygy_hub.h | 1 - include/configs/xilinx_zynqmp_ep.h | 1 - include/configs/xilinx_zynqmp_zcu102.h | 2 -- include/configs/zynq-common.h | 9 --------- include/configs/zynq_zc70x.h | 2 -- include/configs/zynq_zybo.h | 1 - 14 files changed, 34 insertions(+), 16 deletions(-) -- 2.7.4 This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately. _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

