]> git.ozlabs.org Git - yaboot.git/blobdiff - Makefile
Up LOAD_BUFFER_SIZE to 25Mb.
[yaboot.git] / Makefile
index fe2f2fd38ad5174f35b1280a746455b3412e78bf..bcc221049eebf52568db26a8265455661d697e45 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ TEXTADDR      = 0x200000
 MALLOCADDR     = 0x300000
 MALLOCSIZE     = 0x100000
 # Load kernel and ramdisk at real-base.  If there is overlap, will retry until find open space
-KERNELADDR     = 0x00000000
+KERNELADDR     = 0x00C00000
 
 # Set this to the prefix of your cross-compiler, if you have one.
 # Else leave it empty.