From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 30 Aug 2014 22:57:34 +0100 Subject: [U-Boot] [PATCH 7/7] sunxi: Add environment settings to make extlinux.conf booting work In-Reply-To: <1406879207-12322-7-git-send-email-hdegoede@redhat.com> References: <1406879207-12322-1-git-send-email-hdegoede@redhat.com> <1406879207-12322-7-git-send-email-hdegoede@redhat.com> Message-ID: <1409435854.21481.93.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2014-08-01 at 09:46 +0200, Hans de Goede wrote: > +config FTDFILE > + string "Default ftdfile env setting for this board" Vagrant just pointed out the typo in all of this to me, whoops ;-) > + "fdtfile=" CONFIG_FTDFILE "\0" \ At least the actual environment name is correct ;-) 8<------------------------------