X-Git-Url: https://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=e8f62ad34a7da4419463dc22a4317478a3ca3638;hp=78184a0ccc6b701c537fbe4f258cdb2df1b150dd;hb=436ce9a1a5e9f7158dd61608c51913ecfacbb16e;hpb=62a97dcb9075e6ad3e30a60235254927f3aca2b2 diff --git a/Makefile b/Makefile index 78184a0..e8f62ad 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,8 @@ GETROOT = fakeroot TEXTADDR = 0x200000 # Malloc block of 1MB MALLOCSIZE = 0x100000 -# Load kernel and ramdisk at real-base. If there is overlap, will retry until find open space -KERNELADDR = 0x00C00000 +# Load kernel and ramdisk at as low as possible +KERNELADDR = 0x00000000 # Set this to the prefix of your cross-compiler, if you have one. # Else leave it empty.