]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mach-k3: am625: Add support for UDA FS
authorNishanth Menon <nm@ti.com>
Fri, 25 Aug 2023 18:03:00 +0000 (13:03 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 8 Sep 2023 14:07:12 +0000 (10:07 -0400)
commit0f1c1e8b368bd598b1c7f4b285f8921665ab62ac
tree48e486939f1ea747f8b99191e9573995e4919dcf
parente91134720a826ccbd565660fe64f967cca1d1682
arm: mach-k3: am625: Add support for UDA FS

While boot partition support with EMMC boot is useful, it is
constrained by the size of boot hardware partition itself.

In the case of K3 devices, tispl images can contain OP-TEE images that
can substantially vary in size and the u-boot image itself can vary over
time as we enable various features.

So use the CSD information in the case of EMMC_BOOT configuration being
enabled to pick boot partition or UDA FS mode operation to pick.

If EMMC_BOOT is disabled, then depend on filesystem configuration to
pick data from UDA.

While at this, drop the extraneous whitespace.

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm/mach-k3/am625_init.c