Module Name: src Committed By: jmcneill Date: Wed Oct 30 21:43:42 UTC 2019
Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: Move omap3 dtb files to /boot/dtb To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 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.38 src/distrib/utils/embedded/conf/armv7.conf:1.39 --- src/distrib/utils/embedded/conf/armv7.conf:1.38 Wed Oct 30 14:34:30 2019 +++ src/distrib/utils/embedded/conf/armv7.conf Wed Oct 30 21:43:42 2019 @@ -1,4 +1,4 @@ -# $NetBSD: armv7.conf,v 1.38 2019/10/30 14:34:30 martin Exp $ +# $NetBSD: armv7.conf,v 1.39 2019/10/30 21:43:42 jmcneill Exp $ # ARMv7 customization script used by mkimage # board=armv7 @@ -143,7 +143,7 @@ populate() { for k in ${kernels}; do tgt="$(basename ${k} | sed 's/\.gz$//')" case "${tgt}" in - sun*.dtb|am335x-*.dtb|meson8b-*.dtb|tegra*.dtb|vexpress*.dtb) + sun*.dtb|am335x-*.dtb|omap3-*.dtb|meson8b-*.dtb|tegra*.dtb|vexpress*.dtb) pfx="dtb/";; *) pfx=;;