[U-Boot] [PATCH] configs: sunxi: fix device tree name for Pine64+

Peter Robinson pbrobinson at gmail.com
Mon May 2 23:17:20 CEST 2016


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

Signed-off-by: Peter Robinson <pbrobinson at 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



More information about the U-Boot mailing list