On Fri, 12 Sep 2025 17:41:11 +0800, Ye Li wrote: > SPL recover data section is broken which causes reboot failure on > some i.MX platforms (iMX8QM/iMX95). > The global variable cold_reboot_flag is assigned to weak reset_flag > function which always return 1, so restore never been executed in > warm reboot. > > > [...]
Applied to u-boot/master, thanks! [1/1] arm: armv8: Fix spl recover data section broken commit: 2dbde3f9b08771b8182fcbf0bb0309acaff6c2e1 -- Tom