From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 22 Dec 2014 13:14:11 +0000 Subject: [U-Boot] [PATCH v2 4/4] sun8i: Ippo_q8h_v5_defconfig: Enable SPL support In-Reply-To: <1419074993-2582-5-git-send-email-hdegoede@redhat.com> References: <1419074993-2582-1-git-send-email-hdegoede@redhat.com> <1419074993-2582-5-git-send-email-hdegoede@redhat.com> Message-ID: <1419254051.26985.183.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 Sat, 2014-12-20 at 12:29 +0100, Hans de Goede wrote: > Now that we've sun8i dram-init support we can enable the SPL for sun8i boards. > > While at it also replace CONFIG_DEFAULT_DEVICE_TREE with CONFIG_FDTFILE, > the former is for u-boot's own fdt usage, which we do not use (yet), the later > specifies the fdt to pass to the kernel, which is the one we want. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell