summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorDave Gerlach <d-gerlach@ti.com>2023-04-14 13:46:03 +0530
committerUdit Kumar <u-kumar1@ti.com>2023-04-16 09:25:12 +0530
commitd1e378cd627a5b5f64593617a68e648775dd49d0 (patch)
tree87b6a01a61e87ef4e886a316e2615c1d8eb10905 /arch
parent6c732bda5d9c43ea7fb03281b6d594c19a045c45 (diff)
arm: mach-k3: Increase SYSFW max image size
When booting with HS silicon, the system firmware image is 278270, which is slightly larger than currently allocated amount. This can cause unexpected behavior if this overlap interferes with other things in memory, so increase this with a slightly margin added as well to avoid any boot issues that can appear after system firmware gets loaded. Signed-off-by: Dave Gerlach <d-gerlach@ti.com> Signed-off-by: Tero Kristo <kristo@kernel.org> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com> Reviewed-by: Dhruva Gole <d-gole@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-k3/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-k3/Kconfig b/arch/arm/mach-k3/Kconfig
index b7bf22ef664..10a99f55af6 100644
--- a/arch/arm/mach-k3/Kconfig
+++ b/arch/arm/mach-k3/Kconfig
@@ -144,8 +144,7 @@ config K3_SYSFW_IMAGE_MMCSD_RAW_MODE_PART
config K3_SYSFW_IMAGE_SIZE_MAX
int "Amount of memory dynamically allocated for loading SYSFW blob"
depends on K3_LOAD_SYSFW
- default 163840 if SOC_K3_AM625 || SOC_K3_AM62A7
- default 278000
+ default 280000
help
Amount of memory (in bytes) reserved through dynamic allocation at
runtime for loading the combined System Firmware and configuration image