aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSebastian Siewior <bigeasy@linutronix.de>2008-10-12 23:15:26 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2008-10-21 15:17:47 +1100
commitc10c178a92b032ea3dd7259dcbbd1b9331c05c41 (patch)
treed539b62ebf4f6821f7b4b2159982ba1214c30d68 /net
parentMerge commit 'gcl/gcl-next' (diff)
downloadlinux-dev-c10c178a92b032ea3dd7259dcbbd1b9331c05c41.tar.xz
linux-dev-c10c178a92b032ea3dd7259dcbbd1b9331c05c41.zip
powerpc/boot: Compare _start against ei.loadsize instead ei.memsize
If the vmlinux binary in memory is larger than 4 MiB than it collides with the initial boot code which is linked at 4 MiB in case of cuBoot. If the the uncompressed image size (on disk size) is less than 4 MiB then it would fit. The difference between those two sizes is the bss section. In cuBoot we have the dtb embedded right after the data section so it is very likely that the reset of the bss section (in kernel's start up code) will overwrite the dtb blob. Therefore we reallocate the dtb. Something similar is allready done to the initrd. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Acked-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions