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

This commit is contained in:
jmcneill 2017-12-03 13:31:45 +00:00
parent 2180dcb46d
commit 8bfbe667cf
1 changed files with 4 additions and 2 deletions

View File

@ -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() {