All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] configs: sunxi: fix device tree name for Pine64+
@ 2016-05-02 21:17 Peter Robinson
  2016-05-03 13:31 ` Andre Przywara
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Robinson @ 2016-05-02 21:17 UTC (permalink / raw)
  To: u-boot

Fix the device tree name for the Pine64+ for the naming that's going
into the upstream kernel.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 configs/pine64_plus_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig
index 0494a9f..0977334 100644
--- a/configs/pine64_plus_defconfig
+++ b/configs/pine64_plus_defconfig
@@ -4,7 +4,7 @@ CONFIG_MACH_SUN50I=y
 CONFIG_DRAM_CLK=672
 CONFIG_DRAM_ZQ=3881915
 # CONFIG_VIDEO is not set
-CONFIG_DEFAULT_DEVICE_TREE="pine64_plus"
+CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pine64-plus"
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
 CONFIG_HUSH_PARSER=y
 # CONFIG_CMD_IMLS is not set
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] configs: sunxi: fix device tree name for Pine64+
  2016-05-02 21:17 [U-Boot] [PATCH] configs: sunxi: fix device tree name for Pine64+ Peter Robinson
@ 2016-05-03 13:31 ` Andre Przywara
  0 siblings, 0 replies; 2+ messages in thread
From: Andre Przywara @ 2016-05-03 13:31 UTC (permalink / raw)
  To: u-boot

Hi Peter,

On 02/05/16 22:17, Peter Robinson wrote:
> Fix the device tree name for the Pine64+ for the naming that's going
> into the upstream kernel.

While this is a proper observation, it will not help just to fix the
name, as U-Boot's build process will look for matching files in the
U-Boot tree as well.
And the DT is obsolete as well.

I have patches ready to fix this properly and will send them later today.

Cheers,
Andre.

> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
>  configs/pine64_plus_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig
> index 0494a9f..0977334 100644
> --- a/configs/pine64_plus_defconfig
> +++ b/configs/pine64_plus_defconfig
> @@ -4,7 +4,7 @@ CONFIG_MACH_SUN50I=y
>  CONFIG_DRAM_CLK=672
>  CONFIG_DRAM_ZQ=3881915
>  # CONFIG_VIDEO is not set
> -CONFIG_DEFAULT_DEVICE_TREE="pine64_plus"
> +CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pine64-plus"
>  # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
>  CONFIG_HUSH_PARSER=y
>  # CONFIG_CMD_IMLS is not set
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-03 13:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-02 21:17 [U-Boot] [PATCH] configs: sunxi: fix device tree name for Pine64+ Peter Robinson
2016-05-03 13:31 ` Andre Przywara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.