Fix prevent device tree on rpi (#107)

* Fix prevent device tree

* Update uboot-boot.sh

* Update rauc-hook

* Update rauc-hook
This commit is contained in:
Pascal Vizeli
2018-07-15 21:40:28 +02:00
committed by Pascal Vizeli
parent ed8f2489e0
commit 38a3af6a8d
3 changed files with 13 additions and 4 deletions

View File

@@ -20,4 +20,9 @@ if [ -L /var/lib/systemd/timesync ]; then
rm -f /var/lib/systemd/timesync
fi
# u-boot first stage device tree
if [ -e /usr/sbin/fw_setenv ]; then
fw_setenv fdt_addr
fi
exit 0