X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=Makefile;h=bcc221049eebf52568db26a8265455661d697e45;hp=fe2f2fd38ad5174f35b1280a746455b3412e78bf;hb=fa877515ee56ce034ee8ae0d37994d9c6957e5ad;hpb=131e44d7e0bf592eaa8214e684fef38bf654410a diff --git a/Makefile b/Makefile index fe2f2fd..bcc2210 100644 --- 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.