
On 06.01.2016 16:23, Marek Vasut wrote:
On Wednesday, January 06, 2016 at 03:03:13 PM, Nathan Rossi wrote:
This feature is required in SPL to enable support for loading from SPI flash.
Also clean up the #define in socfpga_common.h.
Signed-off-by: Nathan Rossi nathan@nathanrossi.com Cc: Dinh Nguyen dinguyen@opensource.altera.com Cc: Chin-Liang See clsee@altera.com Cc: Marek Vasut marex@denx.de Cc: Stefan Roese sr@denx.de
v2: Added this patch
configs/socfpga_arria5_defconfig | 1 + configs/socfpga_cyclone5_defconfig | 1 + configs/socfpga_de0_nano_soc_defconfig | 1 +
de0nano board has no SPI flash
configs/socfpga_mcvevk_defconfig | 1 +
mcvevk board has no SPI flash
configs/socfpga_sockit_defconfig | 1 + configs/socfpga_socrates_defconfig | 1 + configs/socfpga_sr1500_defconfig | 1 +
I am not sure about this one, Stefan ?
Yes, the SR1500 has SPI NOR and boots from it.
So when Marek's comments are addressed, then you can add my:
Reviewed-by: Stefan Roese sr@denx.de
Thanks, Stefan