Files
u-boot-tk1-som/board
Michal Simek 0b680206cc 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>
2014-05-14 07:43:34 +02:00
..
2014-03-12 17:04:57 -04:00
2014-05-09 11:50:14 +02:00
2014-03-28 15:06:29 -04:00
2014-02-26 21:18:09 +01:00
2014-01-24 16:59:07 -05:00
2014-02-19 11:07:50 -05:00
2014-03-10 13:50:31 -04:00
2014-02-21 13:55:41 -05:00
2014-03-12 17:04:55 -04:00
2014-04-23 19:07:54 -05:00
2013-11-26 21:49:34 +01:00
2014-01-24 16:59:07 -05:00
2014-03-12 17:04:55 -04:00
2014-04-17 08:41:06 -07:00
2014-02-19 11:07:50 -05:00
2014-01-24 16:59:07 -05:00
2014-02-26 21:18:09 +01:00
2014-01-24 16:59:07 -05:00