From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 6 Jan 2016 16:32:22 +0100 Subject: [U-Boot] [PATCH v2 4/4] arm: socfpga: Enable SPL_DM_SEQ_ALIAS for all SOCFPGA configs In-Reply-To: <201601061623.44007.marex@denx.de> References: <1452088993-30952-1-git-send-email-nathan@nathanrossi.com> <1452088993-30952-5-git-send-email-nathan@nathanrossi.com> <201601061623.44007.marex@denx.de> Message-ID: <568D3386.60805@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 >> Cc: Dinh Nguyen >> Cc: Chin-Liang See >> Cc: Marek Vasut >> Cc: Stefan Roese >> --- >> 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 Thanks, Stefan