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:
committed by
Pascal Vizeli
parent
ed8f2489e0
commit
38a3af6a8d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user