Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/embedded/conf On 64-bit boards, U-Boot expects...



details:   https://anonhg.NetBSD.org/src/rev/c6616cbf617b
branches:  trunk
changeset: 828222:c6616cbf617b
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Dec 03 13:31:45 2017 +0000

description:
On 64-bit boards, U-Boot expects to find .dtb files in an allwinner/ subdirectory

diffstat:

 distrib/utils/embedded/conf/armv7.conf |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 78cfa09c295a -r c6616cbf617b distrib/utils/embedded/conf/armv7.conf
--- a/distrib/utils/embedded/conf/armv7.conf    Sun Dec 03 12:53:52 2017 +0000
+++ b/distrib/utils/embedded/conf/armv7.conf    Sun Dec 03 13:31:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: armv7.conf,v 1.21 2017/11/30 19:55:47 jmcneill Exp $
+# $NetBSD: armv7.conf,v 1.22 2017/12/03 13:31:45 jmcneill Exp $
 # ARMv7 customization script used by mkimage
 #
 board=armv7
@@ -103,7 +103,9 @@
 }
 
 populate_sunxi() {
-       :
+       # U-Boot expects 64-bit DTB files to live in an allwinner/ subdirectory
+       mkdir -p "${mnt}/boot/allwinner"
+       mv "${mnt}"/boot/sun50i-* "${mnt}/boot/allwinner/"
 }
 
 populate_tegra() {



Home | Main Index | Thread Index | Old Index