mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
ac7eb8a315
Patch by Ladislav Michl, 13 Sep 2005
3 lines
123 B
C
3 lines
123 B
C
#define LOADER_SIZE (448 * 1024)
|
|
#define LOADER1_OFFSET (128 * 1024)
|
|
#define LOADER2_OFFSET (LOADER1_OFFSET + LOADER_SIZE)
|