uboot-envtools: Fix format of autogenerated sectors
authorSven Eckelmann <sven@narfation.org>
Thu, 29 Sep 2022 10:10:32 +0000 (12:10 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 1 Nov 2022 17:04:38 +0000 (18:04 +0100)
commit8d3e932b65b59ab7231cb5440866eb975bd150ea
tree84ef9b6530a610c53792c29dbad372c7f55011c6
parent633f3e1118580db313faf93c67d5b89231687bc3
uboot-envtools: Fix format of autogenerated sectors

The sector number must be stored in hex. Otherwise, the number (like 16)
will be parsed as hex and any write to the partition will end up with an
error like:

  MTD erase error on /dev/mtd5: Invalid argument

Fixes: 9adfeccd8415 ("uboot-envtools: Add support for IPQ806x AP148 and DB149")
Fixes: 54b275c8ed3a ("ipq40xx: add target")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@fungible.com>
package/boot/uboot-envtools/files/ipq40xx
package/boot/uboot-envtools/files/ipq806x