On 19/12/2023 12:34, MD Danish Anwar wrote: > We want SPL to apply DTB overlays (e.g. NAND card overlay) so > enable SPL_LOAD_FIT_APPLY_OVERLAY. > Increase SPL_LOAD_FIT_APPLY_OVERLAY_BUF_SZ and > SPL_STACK_R_MALLOC_SIMPLE_LEN. Without this SPL hangs. > > Signed-off-by: MD Danish Anwar <[email protected]> > --- > configs/am65x_evm_a53_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig > index e79a961317..2755d7082f 100644 > --- a/configs/am65x_evm_a53_defconfig > +++ b/configs/am65x_evm_a53_defconfig > @@ -70,6 +70,9 @@ CONFIG_CMD_I2C=y > CONFIG_CMD_MMC=y > CONFIG_CMD_PCI=y > CONFIG_CMD_REMOTEPROC=y > +CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY=y > +CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY_BUF_SZ=0x100000 > +CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x1000000 This change to 16MB is not required. I suppose default is 4MB. Did you face issues with it? > CONFIG_CMD_USB=y > CONFIG_CMD_TIME=y > CONFIG_MTDIDS_DEFAULT="nor0=47040000.spi.0" -- cheers, -roger
- [RFC PATCH 09/16] arm: dts: k3-am65: Add cfg reg region t... MD Danish Anwar
- [RFC PATCH 08/16] arm: dts: k3-am65: Add additional regs ... MD Danish Anwar
- [RFC PATCH 16/16] board: ti: am65x: Add check for k3-am65... MD Danish Anwar
- [RFC PATCH 12/16] arm: dts: k3-am65x-binman: Add ICSSG2 o... MD Danish Anwar
- Re: [RFC PATCH 12/16] arm: dts: k3-am65x-binman: Add... Roger Quadros
- Re: [RFC PATCH 12/16] arm: dts: k3-am65x-binman:... MD Danish Anwar
- Re: [RFC PATCH 12/16] arm: dts: k3-am65x-bin... MD Danish Anwar
- Re: [RFC PATCH 12/16] arm: dts: k3-am65x... Roger Quadros
- Re: [RFC PATCH 12/16] arm: dts: k3-... MD Danish Anwar
- [RFC PATCH 14/16] configs: am65x_evm_a53_defconfig: add S... MD Danish Anwar
- Re: [RFC PATCH 14/16] configs: am65x_evm_a53_defconf... Roger Quadros
- Re: [RFC PATCH 14/16] configs: am65x_evm_a53_def... MD Danish Anwar
- [RFC PATCH 11/16] arm: dts: k3-am654-base-board: Add ICSS... MD Danish Anwar
- Re: [RFC PATCH 11/16] arm: dts: k3-am654-base-board:... Roger Quadros
- Re: [RFC PATCH 11/16] arm: dts: k3-am654-base-bo... Anwar, Md Danish
- [RFC PATCH 15/16] tools/fdtgrep: Include __symbols__ tabl... MD Danish Anwar
- Re: [RFC PATCH 15/16] tools/fdtgrep: Include __symbo... Simon Glass
- Re: [RFC PATCH 15/16] tools/fdtgrep: Include __s... MD Danish Anwar

