uboot-lantiq: danube: fix SPL boot
authorMathias Kresin <dev@kresin.me>
Tue, 2 Nov 2021 22:35:32 +0000 (23:35 +0100)
committerMathias Kresin <dev@kresin.me>
Sun, 14 Nov 2021 19:15:42 +0000 (20:15 +0100)
commite6f8cf622318e65a00a5322509707f3f25cef68e
tree69a94a805032d18f3b270ebbbbbbc05059210e2d
parent87b8f095af9f7e6ff5edae6778d967f91e779cf2
uboot-lantiq: danube: fix SPL boot

On danube we only have 0x6800 bytes of usable SRAM. Everything behind
can't be written to and a SPL u-boot locks up during boot.

Since it's a hard to debug issue and took me more than two years to fix
it, I consider it worth to include fix albeit SPL u-boots are not build
in OpenWrt.

I faced the issue while trying to shrink the u-boot to 64K since some
boards only have an u-boot partition of that size from the days
ifx-uboot was used.

Signed-off-by: Mathias Kresin <dev@kresin.me>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
package/boot/uboot-lantiq/patches/0032-MIPS-lantiq-danube-fix-SPL-boot.patch [new file with mode: 0644]