mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 06:46:00 +00:00
![]() There is confusion in this function between the flag and state_mask
parameters, which prevents the boot from actually happening. Correct
this by using state_mask instead of flag for deciding which states to go
through.
This fixes booting of some 32-bit Debian kernels.
Note: Some sort of CI for this is in the works.
Fixes:
|
||
---|---|---|
.. | ||
cbsysinfo.c | ||
exception.c | ||
fsp.c | ||
hob.c | ||
Makefile | ||
mtrr.c | ||
zboot.c |