diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-03-04 12:41:05 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-05-14 07:43:34 +0200 |
commit | 0b680206ccf5a4ae6adf759339ba7dc7ce06d284 (patch) | |
tree | dc6cbbdd45adf7ac31e1b3faa880fba6b0c7abaf /board/xes/common | |
parent | dc4a1a2729f9ccaa473cf017c8bd4be4f242cafe (diff) | |
download | u-boot-imx-0b680206ccf5a4ae6adf759339ba7dc7ce06d284.zip u-boot-imx-0b680206ccf5a4ae6adf759339ba7dc7ce06d284.tar.gz u-boot-imx-0b680206ccf5a4ae6adf759339ba7dc7ce06d284.tar.bz2 |
ARM: zynq: Fix building SPL without FPGA support
When CONFIG_FPGA is defined but CONFIG_SPL_FPGA is not, the build fails:
board.c: In function 'board_init':
board.c:41:3: error: 'fpga' undeclared (first use in this function)
fpga = fpga010;
Fix this by expanding the "#if.." around this block to match the other
FPGA checks and don't compile this block when buildign for SPL without
FPGA support.
Tested a bootloader that had CONFIG_FPGA defined without CONFIG_SPL_FPGA,
this now compiles without errors and loading FPGA from u-boot works.
Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'board/xes/common')
0 files changed, 0 insertions, 0 deletions