]> git.ozlabs.org Git - yaboot.git/commit
Allocate kernel and ramdisk as low as possible
authorAnton Blanchard <anton@samba.org>
Thu, 8 Jul 2010 19:03:43 +0000 (19:03 +0000)
committerTony Breeds <tony@bakeyournoodle.com>
Fri, 16 Jul 2010 05:51:57 +0000 (15:51 +1000)
commit436ce9a1a5e9f7158dd61608c51913ecfacbb16e
tree8e294bbecdb2b7e9e34d83c1c75247ddd0fcf22c
parent62a97dcb9075e6ad3e30a60235254927f3aca2b2
Allocate kernel and ramdisk as low as possible

We currently start the search for free memory for the kernel at
12MB. This made sense back when firmware (real-base) was always
12MB, but it doesn't now it is often at 32MB.

In light of this and now we have fixed the initrd load issues,
just try and allocate the kernel as low as possible.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Makefile