]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mach-k3: am625: Relax emmc boot condition
authorMichael Trimarchi <michael@amarulasolutions.com>
Fri, 8 Dec 2023 07:53:05 +0000 (08:53 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 19 Dec 2023 15:07:48 +0000 (10:07 -0500)
commit66459346463439c72f84cfd1f985496b8a6142d8
tree170ec93141176fdc8648e6f51dd57145b7662a71
parentfd8de9730c3d35625b471df1cc77dc28ed7a9888
arm: mach-k3: am625: Relax emmc boot condition

spl_mmc_emmc_boot_partition return a number different from 0
if the partition is a boot one. We can have the uboot img
for instance in a raw offset in emmc partition 0 so we would
like to continue to load the next stage. If the user want
to use EMMC as boot device allow him to use any part of the
emmc and not only boot partition

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
arch/arm/mach-k3/am625_init.c