public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Andreas Dannenberg <dannenberg@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 11/18] configs: am65x_evm_a53: Increase malloc pool before relocation
Date: Wed, 22 May 2019 10:50:01 -0500	[thread overview]
Message-ID: <20190522155008.10001-12-dannenberg@ti.com> (raw)
In-Reply-To: <20190522155008.10001-1-dannenberg@ti.com>

The malloc pool used before relocation is getting tight leading to
out of memory errors doing certain DM-related calls. Since we are
running the A53 SPL out of DDR let's just go ahead and bump its size
as used in U-Boot proper as well as SPL (via Kconfig default value)
from 8KB to 32KB.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
---
 configs/am65x_evm_a53_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
index 3a8166d32d..2aa54706a0 100644
--- a/configs/am65x_evm_a53_defconfig
+++ b/configs/am65x_evm_a53_defconfig
@@ -2,7 +2,7 @@ CONFIG_ARM=y
 CONFIG_ARCH_K3=y
 CONFIG_SPL_LIBCOMMON_SUPPORT=y
 CONFIG_SPL_LIBGENERIC_SUPPORT=y
-CONFIG_SYS_MALLOC_F_LEN=0x2000
+CONFIG_SYS_MALLOC_F_LEN=0x8000
 CONFIG_SOC_K3_AM6=y
 CONFIG_TARGET_AM654_A53_EVM=y
 CONFIG_SPL_MMC_SUPPORT=y
-- 
2.17.1

  parent reply	other threads:[~2019-05-22 15:50 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-22 15:49 [U-Boot] [PATCH v2 00/18] Add EEPROM-based board detect support for TI K3 SoCs Andreas Dannenberg
2019-05-22 15:49 ` [U-Boot] [PATCH v2 01/18] i2c: omap24xx_i2c: Adapt driver to support K3 devices Andreas Dannenberg
2019-05-22 15:49 ` [U-Boot] [PATCH v2 02/18] arm: omap_i2c: Remove unwanted header file inclusion Andreas Dannenberg
2019-05-22 15:49 ` [U-Boot] [PATCH v2 03/18] arm: dts: k3-am65: Move pinctrl nodes out of U-Boot specific dtsi Andreas Dannenberg
2019-05-22 15:49 ` [U-Boot] [PATCH v2 04/18] arm: dts: k3-am65: Add I2C nodes Andreas Dannenberg
2019-05-22 15:49 ` [U-Boot] [PATCH v2 05/18] arm: dts: k3-am654-base-board: Enable wkup_i2c0 across all boot stages Andreas Dannenberg
2019-05-22 15:49 ` [U-Boot] [PATCH v2 06/18] configs: am65x_evm_defconfig: Enable I2C support Andreas Dannenberg
2019-05-22 15:49 ` [U-Boot] [PATCH v2 07/18] configs: am65x_hs_evm_defconfig: " Andreas Dannenberg
2019-05-22 15:49 ` [U-Boot] [PATCH v2 08/18] arm64: dts: k3-am654-base-board: Add I2C GPIO expander @ 0x38 Andreas Dannenberg
2019-05-22 15:49 ` [U-Boot] [PATCH v2 09/18] configs: am65x_evm_a53: Enable PCA953X-type GPIO driver Andreas Dannenberg
2019-05-22 15:50 ` [U-Boot] [PATCH v2 10/18] configs: am65x_hs_evm_a53: " Andreas Dannenberg
2019-05-22 15:50 ` Andreas Dannenberg [this message]
2019-05-22 15:50 ` [U-Boot] [PATCH v2 12/18] configs: am65x_hs_evm_a53: Increase malloc pool before relocation Andreas Dannenberg
2019-05-22 15:50 ` [U-Boot] [PATCH v2 13/18] arm: K3: am654: Map common EEPROM data into SRAM scratch space Andreas Dannenberg
2019-05-22 15:50 ` [U-Boot] [PATCH v2 14/18] ti: common: am6: Add support for board description EEPROM Andreas Dannenberg
2019-05-22 15:50 ` [U-Boot] [PATCH v2 15/18] ti: common: am6: Add support for setting MAC addresses Andreas Dannenberg
2019-05-22 15:50 ` [U-Boot] [PATCH v2 16/18] board: ti: am654: Use EEPROM-based board detection Andreas Dannenberg
2019-05-22 15:50 ` [U-Boot] [PATCH v2 17/18] configs: am65x_evm: Add support for applying overlays Andreas Dannenberg
2019-05-22 15:50 ` [U-Boot] [PATCH v2 18/18] configs: am65x_hs_evm: " Andreas Dannenberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190522155008.10001-12-dannenberg@ti.com \
    --to=dannenberg@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox