commit | e5fbe53654e876ae0628d05ed1265220432b28e9 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Mon Nov 18 12:42:56 2024 +1030 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 25 13:12:19 2024 -0600 |
tree | 5c75fad12fb43d4589a2b20928c2450a1270ae57 | |
parent | dec2dde2e9ec18abbc23ba36e7f856b44b6d8269 [diff] |
ast2600: spl: Use readl for reading mmio u-boot was crashing in qemu as the modeled hardware enforced overly strict memory reads. While this code will work on existing hardware, fix to avoid future issues. Fixes: 12770d0df0e8 ("ast2600: spl: Add boot mode detection") Link: https://gitlab.com/qemu-project/qemu/-/issues/2636 Signed-off-by: Joel Stanley <joel@jms.id.au>