configs/nexbox_a95x_defconfig: bump to kernel 5.10.12
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 2 Feb 2021 10:05:08 +0000 (11:05 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 4 Feb 2021 17:15:09 +0000 (18:15 +0100)
commit850a6ae1ed007b0c071f2c3d414de3b7ef400dee
tree63e83f2fcf35765100d8ca45c4e62435f67b6fb6
parent6e4f081d0c60a5662d401fb87cdd9b66ec397466
configs/nexbox_a95x_defconfig: bump to kernel 5.10.12

The mmc probing order has changed since commit 21b2cec61c04bd1 (mmc: Set
PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4), so get rid of
the hardcoded root=/dev/mmcblk1p2.  The old vendor U-Boot unfortunately does
not have GPT support, so stick to MBR and use the legacy
root=PARTUUID=<disksignature>-<partition> format and set a fixed disk
signature, similar to how it was done for orangepi-r1 in commit 34cce93adb
(configs/orangepi_r1_defconfig: bump kernel to 5.10.10, u-boot to 2020.10).

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/nexbox/a95x/boot.txt
board/nexbox/a95x/genimage.cfg
configs/nexbox_a95x_defconfig