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/6de71ea2fd56
branches: trunk
changeset: 992051:6de71ea2fd56
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 dcd208390bc4 -r 6de71ea2fd56 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