Skip to content

Commit a147574

Browse files
author
Patrice Chotard
committed
configs: stm32mp15: 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: I9c77a571fb488496b7e3414e081ecaa83d72b0d8 Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/u-boot/+/380003 ACI: CIBUILD <MDG-smet-aci-builds@list.st.com> ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com>
1 parent 7152d41 commit a147574

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

include/configs/stm32mp15_common.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@
115115
* and the ramdisk at the end.
116116
*/
117117
#define __KERNEL_ADDR_R __stringify(0xc2000000)
118-
#define __FDT_ADDR_R __stringify(0xc4000000)
119-
#define __SCRIPT_ADDR_R __stringify(0xc4100000)
120-
#define __PXEFILE_ADDR_R __stringify(0xc4200000)
121-
#define __FDTOVERLAY_ADDR_R __stringify(0xc4300000)
122-
#define __RAMDISK_ADDR_R __stringify(0xc4400000)
118+
#define __FDT_ADDR_R __stringify(0xc6000000)
119+
#define __SCRIPT_ADDR_R __stringify(0xc6100000)
120+
#define __PXEFILE_ADDR_R __stringify(0xc6200000)
121+
#define __FDTOVERLAY_ADDR_R __stringify(0xc6300000)
122+
#define __RAMDISK_ADDR_R __stringify(0xc6400000)
123123

124124
#define STM32MP_MEM_LAYOUT \
125125
"kernel_addr_r=" __KERNEL_ADDR_R "\0" \

0 commit comments

Comments
 (0)