From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Sat, 27 Feb 2016 10:25:20 +0100 Subject: [U-Boot] [PATCH] arm: socfpga: Fix SR1500 env position In-Reply-To: <1456510833-9664-1-git-send-email-marex@denx.de> References: <1456510833-9664-1-git-send-email-marex@denx.de> Message-ID: <56D16B80.5090909@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 26.02.2016 19:20, Marek Vasut wrote: > Move the inclusion of the common socfpga configuration file further > down in the sr1500 configuration, so that the socfpga_common.h can > check if environment is in SPI NOR and it's location is defined and > if it is not, define default location. > > This fixes "arm: socfpga: Enabling U-Boot environment support in QSPI" > which introduced a minor warning. > > Signed-off-by: Marek Vasut > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut > Cc: Stefan Roese Acked-by: Stefan Roese Thanks, Stefan