commit | 436ce9a1a5e9f7158dd61608c51913ecfacbb16e | [log] [download] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Thu Jul 08 19:03:43 2010 +0000 |
committer | Tony Breeds <tony@bakeyournoodle.com> | Fri Jul 16 15:51:57 2010 +1000 |
tree | 8e294bbecdb2b7e9e34d83c1c75247ddd0fcf22c | |
parent | 62a97dcb9075e6ad3e30a60235254927f3aca2b2 [diff] |
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>