From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Tue, 05 Aug 2014 10:21:17 +0200 Subject: [U-Boot] [PATCH 7/7] sunxi: Add environment settings to make extlinux.conf booting work In-Reply-To: <1407187679.23472.11.camel@dagon.hellion.org.uk> References: <1406879207-12322-1-git-send-email-hdegoede@redhat.com> <1406879207-12322-7-git-send-email-hdegoede@redhat.com> <1407187679.23472.11.camel@dagon.hellion.org.uk> Message-ID: <53E093FD.2000802@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 08/04/2014 11:27 PM, Ian Campbell wrote: > On Fri, 2014-08-01 at 09:46 +0200, Hans de Goede wrote: >> Automatic booting using an extlinux.conf file requires various environment >> variables to be set. >> >> -#define CONFIG_SYS_LOAD_ADDR 0x48000000 /* default load address */ >> +#define CONFIG_SYS_LOAD_ADDR 0x42000000 /* default load address */ >> >> /* standalone support */ >> -#define CONFIG_STANDALONE_LOAD_ADDR 0x48000000 >> +#define CONFIG_STANDALONE_LOAD_ADDR 0x42000000 > > I think these two changes need to be explained in the commit log. > Otherwise looks good. Good idea, I'll amend the commit log for this. Regards, Hans