From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 11 Dec 2015 15:25:28 +0100 Subject: [U-Boot] [PATCH 6/6] arm: socfpga: socrates: Enabling U-Boot environment in QSPI In-Reply-To: <1449825549-2679-4-git-send-email-clsee@altera.com> References: <1449825549-2679-1-git-send-email-clsee@altera.com> <1449825549-2679-4-git-send-email-clsee@altera.com> Message-ID: <201512111525.28932.marex@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 Friday, December 11, 2015 at 10:19:09 AM, Chin Liang See wrote: > Enabling the support of storing U-Boot environment > within serial NOR flash. By default, its still > store into SDMMC > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut > Cc: Stefan Roese > --- > include/configs/socfpga_socrates.h | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/include/configs/socfpga_socrates.h > b/include/configs/socfpga_socrates.h index 7b48afa..0e4c1dc 100644 > --- a/include/configs/socfpga_socrates.h > +++ b/include/configs/socfpga_socrates.h > @@ -54,9 +54,17 @@ > > #endif > > +/* U-Boot environment */ > #define CONFIG_ENV_IS_IN_MMC > +#undef CONFIG_ENV_IS_IN_SPI_FLASH Drop the undef please. Best regards, Marek Vasut