configs/orangepi_r1_defconfig: change to GPT partitions for root=PARTLABEL support
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 25 Jan 2021 08:11:30 +0000 (09:11 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 25 Jan 2021 20:53:10 +0000 (21:53 +0100)
commit38d04e6b13410f79ab18044737bdb078c637136a
tree5369aa128c2b17174ccc8359e8f2a368aa0cc9a1
parent8beee9309f3c02d4b073fb952746e86109a5df7b
configs/orangepi_r1_defconfig: change to GPT partitions for root=PARTLABEL support

GPT provides partition labels, which can be used to tell the kernel to find
the rootfs based on it (root=PARTLABEL=rootfs) as a nicer/more extensible
solution than the MBR disk signature / PARTUUID.

When using GPT, the name of the partition in genimage.cfg is used as the
label for that partition.

The default GPT partition table location unfortunately conflicts with the
SPL location, so move the 16KB GPT table after it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
[yann.morin.1998@free.fr: add the comment about 'rootfs']
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
board/orangepi/orangepi-r1/boot.cmd
board/orangepi/orangepi-r1/genimage.cfg