X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=Makefile;h=f54997782d5a6ff1189b4177ef4c0eff911ae125;hp=e8f62ad34a7da4419463dc22a4317478a3ca3638;hb=f7a364631f2a8975ecca56668a19ee0a66c1ddcd;hpb=436ce9a1a5e9f7158dd61608c51913ecfacbb16e diff --git a/Makefile b/Makefile index e8f62ad..f549977 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ GETROOT = fakeroot # We use fixed addresses to avoid overlap when relocating # and other trouble with initrd -# Load the bootstrap at 2Mb -TEXTADDR = 0x200000 +# Load the bootstrap at 1Mb +TEXTADDR = 0x100000 # Malloc block of 1MB MALLOCSIZE = 0x100000 # Load kernel and ramdisk at as low as possible