Re: [PATCH] xilinx: Change logic around zynq_board_read_rom_ethaddr()

2020-08-20 Thread Michal Simek
st 5. 8. 2020 v 14:02 odesílatel Michal Simek napsal: > > 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 > --- > > board/xilinx/common/board.c

[PATCH] xilinx: Change logic around zynq_board_read_rom_ethaddr()

2020-08-05 Thread Michal Simek
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 --- board/xilinx/common/board.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git