X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=Makefile;h=ce0dc06904a21a3fff04aa6bf56bf7076b6d6857;hb=58838f4a6973c60dc1b764fba20682ce07bb6c96;hp=14ee5973034996ad8205367b082c94fb90018b61;hpb=1bea6140c2894b1259fd07f323b25fd846bd5acf;p=yaboot.git diff --git a/Makefile b/Makefile index 14ee597..ce0dc06 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,8 @@ TEXTADDR = 0x200000 # Malloc block at 3Mb -> 4Mb MALLOCADDR = 0x300000 MALLOCSIZE = 0x100000 -# Load kernel at 20Mb and ramdisk just after -KERNELADDR = 0x01400000 +# Load kernel and ramdisk at real-base. If there is overlap, will retry until find open space +KERNELADDR = 0x00C00000 # Set this to the prefix of your cross-compiler, if you have one. # Else leave it empty.