]> Zhao Yanbai Git Server - minix.git/commitdiff
mkimage: use a lower start address
authorArun Thomas <arun@minix3.org>
Tue, 21 Feb 2012 14:52:18 +0000 (15:52 +0100)
committerArun Thomas <arun@minix3.org>
Tue, 21 Feb 2012 14:52:18 +0000 (15:52 +0100)
usr.bin/mkimage/mkimage.c

index e20031a3d8975f4c7b778153a1c573576a4ff56f..bfca665d189eea710b0ecdd8bdf9cda0f1f4afe4 100644 (file)
@@ -14,7 +14,7 @@
 #include <unistd.h>
 #include <getopt.h>
 
-#define BOOTPROG_LOAD_START 0x05000000ULL
+#define BOOTPROG_LOAD_START 0x00800000ULL
 
 int nflag = 0;