commit | 9755e3db8b1223699954146dfb171df75ec89ab3 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon Jan 21 15:25:02 2019 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Feb 14 14:31:09 2019 +0100 |
tree | 6f52a7923e6f89c1e60a92fa4f908630f91a81d5 | |
parent | ad78d2641f03b08c7d7f18d5fe1c5acd19b828ec [diff] |
xilinx: Move zynq_board_read_rom_ethaddr to shared location Zynq and ZynqMP are sharing similar code and there is no reason to do code duplication. Move zynq_board_read_rom_ethaddr() to common file for easier conversion to DM. Use ZynqMP version that's why also add CONFIG_ZYNQ_EEPROM_BUS to Syzygy which is only one Zynq board which is using this feature. Signed-off-by: Michal Simek <michal.simek@xilinx.com>