summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authormanu <manu@FreeBSD.org>2017-06-08 15:50:50 +0000
committermanu <manu@FreeBSD.org>2017-06-08 15:50:50 +0000
commit803005508df6ae02d5710b8aed038704b9d11bb0 (patch)
tree3f34199942272ca22e84b52e957bb772f5e449c2 /release
parent564fc3a6d447d78185ea3ebbe8959e9a65531ae5 (diff)
downloadFreeBSD-src-803005508df6ae02d5710b8aed038704b9d11bb0.zip
FreeBSD-src-803005508df6ae02d5710b8aed038704b9d11bb0.tar.gz
Currently stable/11 is using custom DTS for beaglebone(-black) while CURRENT
is using the upstream ones from Linux. U-Boot ports have been changed to use the upstream names so 11.1-PRERELEASE doesn't boot. Since we cannot MFC the DTS easily (a lot of drivers would have to be modified) add links on the dts with upstream names. This is a direct commit to stable/11 Approved by: re (marius)
Diffstat (limited to 'release')
-rw-r--r--release/arm/BEAGLEBONE.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/arm/BEAGLEBONE.conf b/release/arm/BEAGLEBONE.conf
index f9bb162..b6c8f56 100644
--- a/release/arm/BEAGLEBONE.conf
+++ b/release/arm/BEAGLEBONE.conf
@@ -28,6 +28,10 @@ arm_install_uboot() {
chroot ${CHROOTDIR} cp -p ${UFSMOUNT}/boot/ubldr ${FATMOUNT}/ubldr
chroot ${CHROOTDIR} cp -p ${UFSMOUNT}/boot/ubldr.bin \
${FATMOUNT}/ubldr.bin
+ chroot ${CHROOTDIR} ln ${UFSMOUNT}/boot/dtb/beaglebone.dtb \
+ ${UFSMOUNT}/boot/dtb/am335x-bone.dtb
+ chroot ${CHROOTDIR} ln ${UFSMOUNT}/boot/dtb/beaglebone-black.dtb \
+ ${UFSMOUNT}/boot/dtb/am335x-boneblack.dtb
chroot ${CHROOTDIR} touch ${UFSMOUNT}/firstboot
sync
umount_loop ${CHROOTDIR}/${FATMOUNT}
OpenPOWER on IntegriCloud