]> git.ozlabs.org Git - yaboot.git/blobdiff - Makefile
Yaboot 1.3.16
[yaboot.git] / Makefile
index fe2f2fd38ad5174f35b1280a746455b3412e78bf..d975e4ed9b2b2f8fe191e433f229d116a684a9c9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 
 include Config
 
-VERSION = 1.3.14
+VERSION = 1.3.16
 # Debug mode (spam/verbose)
 DEBUG = 0
 # make install vars
@@ -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.