brcm2708: restore /boot/config.txt before reboot
authorStijn Tintel <stijn@linux-ipv6.be>
Sat, 21 Oct 2017 11:51:14 +0000 (14:51 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Mon, 23 Oct 2017 09:50:30 +0000 (12:50 +0300)
commita48e5bea12911da1647a499a7b74c2408a04ac90
tree4a23e582f7ea41dd99002c3278e20f7fbcf439b2
parentf7a6fd31539be54d14d7c52b491b40b26bf8f740
brcm2708: restore /boot/config.txt before reboot

The Raspberry Pi bootloader reads configuration values from config.txt
in the boot partition. This file allows to specify the amount of memory
to assign to the GPU, the license keys for hardware MPEG-2 and VC-1
decoding, Device Tree parameters and overlays, and lots of other things.

Since sysupgrade only restores the configuration after booting the newly
flashed image, these values will not be active, even if sysupgrade would
save /boot/config.txt. To solve this, add the file to the files to be
backed up, and restore it in platform_copy_config, before reboot.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
target/linux/brcm2708/base-files/lib/upgrade/keep.d/platform [new file with mode: 0644]
target/linux/brcm2708/base-files/lib/upgrade/platform.sh