]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: mvebu/bubt: move eMMC data-partition uboot from LBA-0 to 4096
authorJosua Mayer <josua@solid-run.com>
Wed, 25 Oct 2023 08:22:54 +0000 (10:22 +0200)
committerStefan Roese <sr@denx.de>
Thu, 26 Oct 2023 12:49:36 +0000 (14:49 +0200)
commit3a80ec0a276bac604d8a38188139e9a557b85c79
tree904481a216c479eeddfa02728ed744d1b32c65ed
parenta5539f976b9d5317ba893c6ba63afd9424498eeb
cmd: mvebu/bubt: move eMMC data-partition uboot from LBA-0 to 4096

A38x bootrom only searches 2 sectors when booting from eMMC,
irregardless of data or boot partition: 0 & 4096.

For eMMC boot partitions sector 0 is fine, but on data partition it
conflicts with MBR.

Change bubt command default to 4096 for eMMC data partition only, to
allow using an MBR partition table on the eMMC data partition while also
booting from it.

Signed-off-by: Josua Mayer <josua@solid-run.com>
Reviewed-by: Stefan Roese <sr@denx.de>
cmd/mvebu/bubt.c