mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-14 01:06:19 -04:00
4 lines
123 B
C
4 lines
123 B
C
#define LOADER_SIZE (448 * 1024)
|
|
#define LOADER1_OFFSET (128 * 1024)
|
|
#define LOADER2_OFFSET (LOADER1_OFFSET + LOADER_SIZE)
|