start modules at 16MB

. keep more memory free below 16MB for e.g. lance
This commit is contained in:
Ben Gras 2012-02-24 11:50:28 +01:00
parent f55f1f3e52
commit 16a468ccec

View File

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