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 Move rk3399 dtb files to the cor...



details:   https://anonhg.NetBSD.org/src/rev/c211fc9ca25d
branches:  trunk
changeset: 363818:c211fc9ca25d
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Aug 12 17:15:56 2018 +0000

description:
Move rk3399 dtb files to the correct location

diffstat:

 distrib/utils/embedded/conf/arm64.conf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f572c82c02fa -r c211fc9ca25d distrib/utils/embedded/conf/arm64.conf
--- a/distrib/utils/embedded/conf/arm64.conf    Sun Aug 12 17:14:42 2018 +0000
+++ b/distrib/utils/embedded/conf/arm64.conf    Sun Aug 12 17:15:56 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: arm64.conf,v 1.2 2018/06/19 15:13:51 jmcneill Exp $
+# $NetBSD: arm64.conf,v 1.3 2018/08/12 17:15:56 jmcneill Exp $
 # ARM64 customization script used by mkimage
 #
 board=arm64
@@ -44,6 +44,7 @@
        # U-Boot expects 64-bit DTB files to live in a rockchip/ subdirectory
        mkdir -p "${mnt}/boot/dtb/rockchip"
        mv "${mnt}"/boot/rk3328-*.dtb "${mnt}/boot/dtb/rockchip/"
+       mv "${mnt}"/boot/rk3399-*.dtb "${mnt}/boot/dtb/rockchip/"
 }
 
 populate_rpi() {



Home | Main Index | Thread Index | Old Index