mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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)
|