mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
configs: j721e_evm: Add DFU related variables
Add configs to download varies stages of bootloader images to RAM during DFU boot. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
b070f58b44
commit
4728c6f792
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
#ifdef CONFIG_TARGET_J721E_A72_EVM
|
||||
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SPL_TEXT_BASE + \
|
||||
CONFIG_SYS_K3_NON_SECURE_MSRAM_SIZE)
|
||||
/* Image load address in RAM for DFU boot*/
|
||||
#define CONFIG_SPL_LOAD_FIT_ADDRESS 0x81000000
|
||||
#else
|
||||
/*
|
||||
* Maximum size in memory allocated to the SPL BSS. Keep it as tight as
|
||||
|
@ -45,6 +47,8 @@
|
|||
/* Configure R5 SPL post-relocation malloc pool in DDR */
|
||||
#define CONFIG_SYS_SPL_MALLOC_START 0x84000000
|
||||
#define CONFIG_SYS_SPL_MALLOC_SIZE SZ_16M
|
||||
/* Image load address in RAM for DFU boot*/
|
||||
#define CONFIG_SPL_LOAD_FIT_ADDRESS 0x80080000
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SYS_K3_SPL_ATF
|
||||
|
|
Loading…
Reference in a new issue