From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Tue, 22 Dec 2020 07:59:01 -0300 Subject: [PATCH] imx8mp_evk: Increase CONFIG_SYS_MALLOC_F_LEN In-Reply-To: References: <20201221184037.9217-1-festevam@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom and Stefano, On Tue, Dec 22, 2020 at 3:01 AM Peng Fan wrote: > > > Subject: [PATCH] imx8mp_evk: Increase CONFIG_SYS_MALLOC_F_LEN > > > > When booting imx8mp-evk the following allocation error message is seen: > > > > U-Boot 2021.01-rc3-00200-ge668bec96a5f (Dec 21 2020 - 14:36:42 -0300) > > > > alloc space exhausted > > > > Fix it by increasing CONFIG_SYS_MALLOC_F_LEN to 0x10000 like it is done on > > other i.MX8MM/8MN boards. > > > > Reported-by: Andrey Zhizhikin > > Signed-off-by: Fabio Estevam > > Reviewed-by: Peng Fan Please consider this one for 2021.01. Thanks