On Wed, 20 Aug 2025 16:56:34 -0500, Judith Mendez wrote: > Currently logic in spl_mmc_boot_mode only lookes at main devstat > to determine the bootmode to return. Thus, when using: 'eMMC boot' > as primary boot mode and 'MMCSD boot from eMMC UDA' as backup > boot mode, 'eMMC boot' is always selected. Add check for bootindex > to determine if ROM boot via backup boot mode and return MMCSD_MODE_FS > which is the only supported backup bootmode with eMMC device. > > [...]
Applied to u-boot/next, thanks! [1/1] mach-k3: am62*: Fix backup from eMMC boot mode commit: 6fd45dd488f9605e2f634c7e5da4ac2925c118c8 -- Tom