]> git.ozlabs.org Git - yaboot.git/blobdiff - Makefile
Allocate kernel and ramdisk as low as possible
[yaboot.git] / Makefile
index 336ac527b0b1c718eedd9abd859cc07f785efaa4..e8f62ad34a7da4419463dc22a4317478a3ca3638 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,11 +17,10 @@ GETROOT = fakeroot
 
 # Load the bootstrap at 2Mb
 TEXTADDR       = 0x200000
-# Malloc block at 3Mb -> 4Mb
-MALLOCADDR     = 0x300000
+# Malloc block of 1MB
 MALLOCSIZE     = 0x100000
-# Load kernel and ramdisk at real-base.  If there is overlap, will retry until find open space
-KERNELADDR     = 0x00C00000
+# Load kernel and ramdisk at as low as possible
+KERNELADDR     = 0x00000000
 
 # Set this to the prefix of your cross-compiler, if you have one.
 # Else leave it empty.