Hi all,
to boot our Linux were using an embedded of-tree (compiled into the u-boot image).
The kernel wants to access this tree very early, but fails, because the tree is not
within the first 8(16?) Mbytes of the address space.
I think, the of-tree should be moved below the CFG_BOOTMAPSZ limit, so that the kernel
can access theof- tree at start-up.
Is there any other possibility to relocate the of-tree?
Best regards,
Torsten