Re: [U-Boot] [PATCH] sunxi: use CONFIG_DEFAULT_FDT_FILE everywhere

2018-06-11 Thread Martin Kelly
(ping Jagan) On 06/06/2018 10:51 AM, Martin Kelly wrote: On 06/06/2018 07:58 AM, Maxime Ripard wrote: On Mon, Jun 04, 2018 at 11:15:34AM -0700, Martin Kelly wrote: [snip as the thread is getting long] On 06/04/2018 01:21 AM, Maxime Ripard wrote: On Fri, Jun 01, 2018 at 10:16:32AM -0700

Re: [U-Boot] [PATCH] sunxi: use CONFIG_DEFAULT_FDT_FILE everywhere

2018-06-06 Thread Martin Kelly
On 06/06/2018 07:58 AM, Maxime Ripard wrote: On Mon, Jun 04, 2018 at 11:15:34AM -0700, Martin Kelly wrote: [snip as the thread is getting long] On 06/04/2018 01:21 AM, Maxime Ripard wrote: On Fri, Jun 01, 2018 at 10:16:32AM -0700, Martin Kelly wrote: On 06/01/2018 04:05 AM, Maxime Ripard

Re: [U-Boot] [PATCH] sunxi: use CONFIG_DEFAULT_FDT_FILE everywhere

2018-06-04 Thread Martin Kelly
[snip as the thread is getting long] On 06/04/2018 01:21 AM, Maxime Ripard wrote: On Fri, Jun 01, 2018 at 10:16:32AM -0700, Martin Kelly wrote: On 06/01/2018 04:05 AM, Maxime Ripard wrote: I can see the issues with new defconfigs, but I'm not sure if it will really be that bad. If we

Re: [U-Boot] [PATCH] sunxi: use CONFIG_DEFAULT_FDT_FILE everywhere

2018-06-01 Thread Martin Kelly
On 06/01/2018 04:05 AM, Maxime Ripard wrote: On Thu, May 31, 2018 at 05:59:16PM -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

Re: [U-Boot] [PATCH] sunxi: use CONFIG_DEFAULT_FDT_FILE everywhere

2018-06-01 Thread Martin Kelly
On 05/31/2018 07:45 PM, klaus.go...@theobroma-systems.com wrote: On 01.06.2018, at 02:59, 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

[U-Boot] [PATCH] sunxi: use CONFIG_DEFAULT_FDT_FILE everywhere

2018-05-31 Thread Martin Kelly
o use only CONFIG_DEFAULT_FDT_FILE as other boards do, and set CONFIG_DEFAULT_FDT_FILE in board files to be the same as the current fdtfile= setting. Signed-off-by: Martin Kelly --- This patch is against u-boot master and thus conflicts with u-boot sunxi patch 31510b41f6b736fd03e2779a2585f85df39

Re: [U-Boot] [PATCH] sunxi: allow CONFIG_DEFAULT_FDT_FILE override

2018-05-31 Thread Martin Kelly
On 05/31/2018 12:58 PM, klaus.go...@theobroma-systems.com wrote: On 31.05.2018, at 21:48, Martin Kelly wrote: On 05/31/2018 11:15 AM, klaus.go...@theobroma-systems.com wrote: Hi Martin, On 31.05.2018, at 19:49, Martin Kelly wrote: On 05/23/2018 11:34 AM, Martin Kelly wrote: On 05/17

Re: [U-Boot] [PATCH] sunxi: allow CONFIG_DEFAULT_FDT_FILE override

2018-05-31 Thread Martin Kelly
On 05/31/2018 11:15 AM, klaus.go...@theobroma-systems.com wrote: Hi Martin, On 31.05.2018, at 19:49, Martin Kelly wrote: On 05/23/2018 11:34 AM, Martin Kelly wrote: On 05/17/2018 05:01 AM, Maxime Ripard wrote: On Tue, May 01, 2018 at 05:46:41PM -0700, Martin Kelly wrote: Currently, sunxi

Re: [U-Boot] [PATCH] sunxi: allow CONFIG_DEFAULT_FDT_FILE override

2018-05-31 Thread Martin Kelly
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

Re: [U-Boot] [PATCH] sunxi: allow CONFIG_DEFAULT_FDT_FILE override

2018-05-31 Thread Martin Kelly
On 05/23/2018 11:34 AM, Martin Kelly wrote: On 05/17/2018 05:01 AM, 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

Re: [U-Boot] [PATCH] sunxi: allow CONFIG_DEFAULT_FDT_FILE override

2018-05-23 Thread Martin Kelly
On 05/17/2018 05:01 AM, 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

[U-Boot] [PATCH] sunxi: allow CONFIG_DEFAULT_FDT_FILE override

2018-05-01 Thread Martin Kelly
ic 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 --- include/configs/sunxi-common.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h