]> git.baikalelectronics.ru Git - uboot.git/commit
xilinx: common: Change macro handling in board_fdt_blob_setup()
authorMichal Simek <michal.simek@xilinx.com>
Mon, 4 Jan 2021 10:03:36 +0000 (11:03 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 20 Jan 2021 07:34:53 +0000 (08:34 +0100)
commited6ab9472914276eec2ad9925918a224587eceb8
tree38aff71f011a5b2bd9e37cb98159df5eda24f786
parentce2d9d9d50d9a783f3433a0c97f17c3e4bde476c
xilinx: common: Change macro handling in board_fdt_blob_setup()

Remove ifdef logic which is handled by preprocessor and move it link time
optimization to get full compile code coverage.

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