]> git.baikalelectronics.ru Git - uboot.git/commit
xilinx: Change logic around zynq_board_read_rom_ethaddr()
authorMichal Simek <michal.simek@xilinx.com>
Mon, 3 Aug 2020 10:59:28 +0000 (12:59 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 20 Aug 2020 07:49:20 +0000 (09:49 +0200)
commitd653bf196ffa78abb496463407590d98a6f3dfe1
treed0e5aa1c50c729644f518c83a7a20d188a9f3e18
parentb4aa96c9f6355a9a8006a18fd3397536b52dd916
xilinx: Change logic around zynq_board_read_rom_ethaddr()

There is no reason to build private function when
CONFIG_ZYNQ_GEM_I2C_MAC_OFFSET is not defined. There is already weak
function which handles default case properly.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
board/xilinx/common/board.c