]> git.dujemihanovic.xyz Git - u-boot.git/commit
xilinx: zynq: Generate dfu for SPI only when enabled
authorMichal Simek <michal.simek@amd.com>
Mon, 13 Nov 2023 09:05:27 +0000 (10:05 +0100)
committerMichal Simek <michal.simek@amd.com>
Wed, 13 Dec 2023 07:58:06 +0000 (08:58 +0100)
commit1cd876bdac4f0298e1355a5aeddcbc0f19b68821
tree5e5aaca3e00b2374129f1e13eb78e34f5d54ec75
parenta62b01ded171415e0278bfc951a31895e63d166f
xilinx: zynq: Generate dfu for SPI only when enabled

Bitmain S9 board is not enabling SPI that's why CONFIG_SYS_SPI_U_BOOT_OFFS
symbol is not present which ends in build failure when EFI/DFU
infrastructure is enabled.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/3ea0572dbda8f21270c00a77528eb6ec954c7c40.1699866313.git.michal.simek@amd.com
board/xilinx/zynq/board.c