X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=Makefile;h=ac4605d4e37fd1d76dabcde37983f0b1f333c345;hb=894b48a4b05b7e682c41473120d8f95c97da9c02;hp=fe2f2fd38ad5174f35b1280a746455b3412e78bf;hpb=131e44d7e0bf592eaa8214e684fef38bf654410a;p=tonyb-yaboot.git diff --git a/Makefile b/Makefile index fe2f2fd..ac4605d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include Config -VERSION = 1.3.14 +VERSION = 1.3.15 # 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.