
20 Mar
2014
20 Mar
'14
4:21 p.m.
On Tue, 11 Mar 2014 15:42:01 -0400 Tom Rini trini@ti.com wrote:
To deal with a reoccurring problem properly we need to specify addresses for the Linux kernel, Flatted Device Tree and ramdisk that obey the constraints within the kernel's Documentation/arm/Booting file but also make sure that we relocate things within a valid address range.
It is possible with these addresses to also set fdt_high and initrd_high to the value of 0xffffffff. We don't do this by default to allow for the most likely success of people using custom addresses however.
Signed-off-by: Tom Rini trini@ti.com
Tested-by: Dennis Gilmore dgilmore@redhat.com Reviewed-By: Dennis Gilmore dgilmore@redhat.com