mkimage: use a lower start address
This commit is contained in:
parent
93a8d9f260
commit
72cab7a281
|
|
@ -14,7 +14,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
|
||||||
#define BOOTPROG_LOAD_START 0x05000000ULL
|
#define BOOTPROG_LOAD_START 0x00800000ULL
|
||||||
|
|
||||||
int nflag = 0;
|
int nflag = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user