Module Name: src
Committed By: jmcneill
Date: Sun Dec 3 13:31:45 UTC 2017
Modified Files:
src/distrib/utils/embedded/conf: armv7.conf
Log Message:
On 64-bit boards, U-Boot expects to find .dtb files in an allwinner/
subdirectory
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/distrib/utils/embedded/conf/armv7.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/embedded/conf/armv7.conf
diff -u src/distrib/utils/embedded/conf/armv7.conf:1.21 src/distrib/utils/embedded/conf/armv7.conf:1.22
--- src/distrib/utils/embedded/conf/armv7.conf:1.21 Thu Nov 30 19:55:47 2017
+++ src/distrib/utils/embedded/conf/armv7.conf Sun Dec 3 13:31:45 2017
@@ -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 @@ EOF
}
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() {