]> git.ozlabs.org Git - yaboot.git/blobdiff - Makefile
Treat iSCSI targets as block devices.
[yaboot.git] / Makefile
index 78184a0ccc6b701c537fbe4f258cdb2df1b150dd..f54997782d5a6ff1189b4177ef4c0eff911ae125 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,12 +15,12 @@ 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 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.