mkimage: use a lower start address

This commit is contained in:
Arun Thomas 2012-02-21 15:52:18 +01:00
parent 5ff845212e
commit a17f6600ce

View file

@ -14,7 +14,7 @@
#include <unistd.h>
#include <getopt.h>
#define BOOTPROG_LOAD_START 0x05000000ULL
#define BOOTPROG_LOAD_START 0x00800000ULL
int nflag = 0;