From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sun, 26 Apr 2015 04:31:00 +0100 Subject: [U-Boot] [PATCH 19/21] sunxi: dts: Add a CONFIG_DEFAULT_DEVICE_TREE setting to all sunxi boards In-Reply-To: <1429883310-22441-20-git-send-email-hdegoede@redhat.com> References: <1429883310-22441-1-git-send-email-hdegoede@redhat.com> <1429883310-22441-20-git-send-email-hdegoede@redhat.com> Message-ID: <1430019060.12403.78.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, 2015-04-24 at 15:48 +0200, Hans de Goede wrote: > This is a preparation patch for switching all sunxi boards over to using > the device model. > > Note that rather then defining both CONFIG_DEFAULT_DEVICE_TREE (for u-boot) > and CONFIG_FDTFILE (for the kernel), this commit simply replaces all > CONFIG_FDTFILE defconfig settings with CONFIG_DEFAULT_DEVICE_TREE and > uses CONFIG_DEFAULT_DEVICE_TREE for setting the default fdtfile env value > in sunxi-common.h . > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell