mirror of
https://xff.cz/git/u-boot/
synced 2025-09-27 13:31:16 +02:00
cam_enc_4xx: convert to CONFIG_SPL_MAX_FOOTPRINT
This target wants to check full SPL size, BSS included. Remove CONFIG_SPL_MAX_SIZE definition and instead define CONFIG_SPL_MAX_FOOTPRINT. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
MEMORY { .sram : ORIGIN = CONFIG_SPL_TEXT_BASE,\
|
MEMORY { .sram : ORIGIN = CONFIG_SPL_TEXT_BASE,\
|
||||||
LENGTH = CONFIG_SPL_MAX_SIZE }
|
LENGTH = CONFIG_SPL_MAX_FOOTPRINT }
|
||||||
|
|
||||||
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
||||||
OUTPUT_ARCH(arm)
|
OUTPUT_ARCH(arm)
|
||||||
|
@@ -230,7 +230,7 @@
|
|||||||
#define CONFIG_SPL_STACK (0x00010000 + 0x7f00)
|
#define CONFIG_SPL_STACK (0x00010000 + 0x7f00)
|
||||||
|
|
||||||
#define CONFIG_SPL_TEXT_BASE 0x00000020 /*CONFIG_SYS_SRAM_START*/
|
#define CONFIG_SPL_TEXT_BASE 0x00000020 /*CONFIG_SYS_SRAM_START*/
|
||||||
#define CONFIG_SPL_MAX_SIZE 12320
|
#define CONFIG_SPL_MAX_FOOTPRINT 12288
|
||||||
|
|
||||||
#ifndef CONFIG_SPL_BUILD
|
#ifndef CONFIG_SPL_BUILD
|
||||||
#define CONFIG_SYS_TEXT_BASE 0x81080000
|
#define CONFIG_SYS_TEXT_BASE 0x81080000
|
||||||
|
Reference in New Issue
Block a user