
4 Jul
2024
4 Jul
'24
2:25 p.m.
Hi Tom,
On Wed, Jul 3, 2024 at 3:22 PM Tom Rini trini@konsulko.com wrote:
How is the fdt at 0x43000000 not being clobbered if the initramfs at 0x43800000 is? Is it because it's just enough of a bad spot that we relocate the fdt out of the way? With the kernel at 0x40480000 everything else is too low. kernel address + 128MiB for fdt address, then +512KiB (or a bit more, for nicer numbers) for initrd.
Thanks for the suggestion, it works.
I sent a v2 with that proposal.
Thanks