From: Ian Ray Date: Tue, 12 Nov 2019 19:15:13 +0000 (+0000) Subject: configs: bx50v3: Fix boot hang with video X-Git-Tag: v2025.01-rc5-pxa1908~2622^2~64 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=05de20082d93af63bad4deb72e883144f2010c53;p=u-boot.git configs: bx50v3: Fix boot hang with video Fixes commit: 0b09f7b15052bb419e318e38da453be46e5a13e5, which converted to DM_VIDEO, but requires more memory. [Inspired by 9002e735e71754a90adbb9676c0ffb1964dbc288] Signed-off-by: Ian Ray Signed-off-by: Robert Beckett --- diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig index d735089151..f5f471e0a8 100644 --- a/configs/ge_bx50v3_defconfig +++ b/configs/ge_bx50v3_defconfig @@ -73,3 +73,4 @@ CONFIG_VIDEO_IPUV3=y CONFIG_WATCHDOG_TIMEOUT_MSECS=6000 CONFIG_IMX_WATCHDOG=y # CONFIG_EFI_LOADER is not set +CONFIG_SYS_MALLOC_F_LEN=0x4000