Skip to content

Commit 7152d41

Browse files
author
Patrice Chotard
committed
configs: stm32mp13: Update x_ADDR_R defines to allow bigger kernel size usage
In case kernel is compiled with kernel debug configuration (memory, network, scheduler, oops, spinlocks debugging ....) kernel binary size can be up to 60-70% bigger. Some U-Boot variables need to be updated to allow usage of bigger kernel image. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Change-Id: Ie6c6d62d27e3b914282e0e536d2bcd4060fb71db Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/u-boot/+/380002 ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com> ACI: CIBUILD <MDG-smet-aci-builds@list.st.com>
1 parent 88e17b3 commit 7152d41

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

include/configs/stm32mp13_common.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@
111111
* and the ramdisk at the end.
112112
*/
113113
#define __KERNEL_ADDR_R __stringify(0xc2000000)
114-
#define __FDT_ADDR_R __stringify(0xc4000000)
115-
#define __SCRIPT_ADDR_R __stringify(0xc4100000)
116-
#define __PXEFILE_ADDR_R __stringify(0xc4200000)
117-
#define __FDTOVERLAY_ADDR_R __stringify(0xc4300000)
118-
#define __RAMDISK_ADDR_R __stringify(0xc4400000)
114+
#define __FDT_ADDR_R __stringify(0xc6000000)
115+
#define __SCRIPT_ADDR_R __stringify(0xc6100000)
116+
#define __PXEFILE_ADDR_R __stringify(0xc6200000)
117+
#define __FDTOVERLAY_ADDR_R __stringify(0xc6300000)
118+
#define __RAMDISK_ADDR_R __stringify(0xc6400000)
119119

120120
#define STM32MP_MEM_LAYOUT \
121121
"kernel_addr_r=" __KERNEL_ADDR_R "\0" \

0 commit comments

Comments
 (0)