From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Kelly Date: Thu, 31 May 2018 11:14:13 -0700 Subject: [U-Boot] [PATCH] sunxi: allow CONFIG_DEFAULT_FDT_FILE override In-Reply-To: References: <20180502004641.13415-1-mkelly@xevo.com> <20180517120118.vd6apamndc4i6ux2@flea> Message-ID: <7be45ee9-a378-c653-de6c-0a949192d026@xevo.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/31/2018 11:13 AM, Jagan Teki wrote: > On Thu, May 17, 2018 at 5:31 PM, Maxime Ripard > wrote: >> On Tue, May 01, 2018 at 05:46:41PM -0700, Martin Kelly wrote: >>> Currently, sunxi-common.h ignores CONFIG_DEFAULT_FDT_FILE and assumes >>> the kernel fdtfile and the u-boot devicetree names are the same. >>> Although this is typically the case, sometimes you might want to >>> customize one of these differently, so it's useful to allow them to be >>> different. >>> >>> Add logic in sunxi-common.h to respect CONFIG_DEFAULT_FDT_FILE, if set, >>> and default to the values it currently uses. >>> >>> Signed-off-by: Martin Kelly >> >> Acked-by: Maxime Ripard > > Applied to u-boot-sunxi/master > Thanks!