From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Mon, 10 Jun 2019 09:49:40 +0000 (UTC) Subject: [U-Boot] [PATCH v2] imx: Use a convenient default value for In-Reply-To: <20190503170504.4870-1-festevam@gmail.com> Message-ID: <20190610095627.B7CAAC22005@lists.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Commit 3a7c45f6a772 ("simple-bus: add DM_FLAG_PRE_RELOC flag to > simple-bus driver") causes some i.MX boards that were converted > to DM, such as warp7, to fail to boot. > As explained by Lukas Auer: > "With the patch, U-Boot probes the drivers for devices under simple-bus > device tree nodes in the pre-relocation device model. The default value > of CONFIG_SYS_MALLOC_F_LEN (0x400) leaves U-Boot with not enough memory to > do this, causing it to hang." > Fix this problem by providing a convenient default value for > CONFIG_SYS_MALLOC_F_LEN. > Reported-by: Pierre-Jean Texier > Suggested-by: Lukas Auer > Signed-off-by: Fabio Estevam > Tested-by: Pierre-Jean Texier > Tested-by: Bryan O'Donoghue > Reviewed-by: Lukas Auer > Reviewed-by: Peng Fan > Tested-by: Heiko Schocher Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================