summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marex@nabladev.com>2026-09-02 17:50:39 +0200
committerFabio Estevam <festevam@nabladev.com>2026-09-05 21:46:20 -0300
commit8a4c2d71ad21a4fad2efdcf693bb0573826f6297 (patch)
tree15e90922f04fd2c60f4ff9f26d25f1de2dfafea0
parent6feed7b9404aedb37f38447922ed5907401edf54 (diff)
downloadu-boot-8a4c2d71ad21a4fad2efdcf693bb0573826f6297.tar.gz
u-boot-8a4c2d71ad21a4fad2efdcf693bb0573826f6297.zip
arm64: dts: imx: Increase malloc area size on Data Modul i.MX8M eDM SBC
The malloc area size may run out during DFU usage for bootloader update with "dfu_get_buf: Could not memalign 0x800000 bytes" error message. Increase the malloc area size to prevent this problem. Signed-off-by: Marek Vasut <marex@nabladev.com>
-rw-r--r--configs/imx8m_data_modul.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx8m_data_modul.config b/configs/imx8m_data_modul.config
index 18c7bb536fa..92940ddb947 100644
--- a/configs/imx8m_data_modul.config
+++ b/configs/imx8m_data_modul.config
@@ -196,7 +196,7 @@ CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS=20
CONFIG_SYS_EEPROM_SIZE=16384
CONFIG_SYS_I2C_EEPROM_ADDR=0x50
CONFIG_SYS_I2C_EEPROM_ADDR_LEN=2
-CONFIG_SYS_MALLOC_LEN=0x1000000
+CONFIG_SYS_MALLOC_LEN=0x2000000
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x300
CONFIG_ENV_MMC_EMMC_HW_PARTITION=1
CONFIG_SYS_MONITOR_LEN=1048576