]> git.ipfire.org Git - thirdparty/u-boot.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>
Tue, 2 Feb 2021 11:31:29 +0000 (12:31 +0100)
commit8d1561eb457e0dfca6dac7dc6ed83ac3ae6411a4
tree1b44b7a4fded1526b9a2e659cd963ee240d03f70
parentaeb67fc9cfd3474bb472da7de703640242b2f589
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>
State: upstream (506009fc1022d5b883e95502e1c5dc38ac1da127)
board/xilinx/common/board.c