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)
commit506009fc1022d5b883e95502e1c5dc38ac1da127
tree38aff71f011a5b2bd9e37cb98159df5eda24f786
parent2784befbd7ef21b77ad246ce258f06e4aa711d81
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