X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=Makefile;h=bcc221049eebf52568db26a8265455661d697e45;hp=fe2f2fd38ad5174f35b1280a746455b3412e78bf;hb=5a103124cb1e8a2e503663e55f6fe7da4a398d24;hpb=eef44476ec965ef671c9bd239936ef6f2ee38afa;ds=sidebyside 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.