u-boot/board/maxbcm
Stefan Roese 68102b81e8 arm: mvebu: maxbcm: Fix compilation warning and add Spansion SPI NOR support
This patch fixes the following compilation warning for maxbcm:

Building maxbcm board...
   text    data     bss     dec     hex filename
 160075    6596   38240  204911   3206f ./u-boot
board/maxbcm/maxbcm.c: In function 'reset_phy':
board/maxbcm/maxbcm.c:68:6: warning: unused variable 'reg' [-Wunused-variable]
  u16 reg;
      ^
board/maxbcm/maxbcm.c:66:6: warning: unused variable 'devadr' [-Wunused-variable]
  u16 devadr = CONFIG_PHY_BASE_ADDR;
      ^

Additionally support Spansion SPI NOR flash is added. With larger SPI device
support via the CONFIG_SPI_FLASH_BAR define.

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Luka Perkov <luka.perkov@sartura.hr>
2015-02-06 17:25:08 +01:00
..
Kconfig kconfig: arm: select CPU_V7 for some new boards 2014-11-13 08:37:18 -05:00
MAINTAINERS arm: armada-xp: Add basic support for the maxBCM board 2014-10-23 09:59:21 -04:00
Makefile arm: armada-xp: Add basic support for the maxBCM board 2014-10-23 09:59:21 -04:00
kwbimage.cfg arm: maxbcm: Enable SPL to include DDR training code into U-Boot 2015-02-06 17:24:43 +01:00
maxbcm.c arm: mvebu: maxbcm: Fix compilation warning and add Spansion SPI NOR support 2015-02-06 17:25:08 +01:00