commit | 66459346463439c72f84cfd1f985496b8a6142d8 | [log] [tgz] |
---|---|---|
author | Michael Trimarchi <michael@amarulasolutions.com> | Fri Dec 08 08:53:05 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 19 10:07:48 2023 -0500 |
tree | 170ec93141176fdc8648e6f51dd57145b7662a71 | |
parent | fd8de9730c3d35625b471df1cc77dc28ed7a9888 [diff] |
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>