From f08d85fc66a0b730f7bbd64900e146264f858fe3 Mon Sep 17 00:00:00 2001 From: Nikhil M Jain Date: Fri, 23 Jun 2023 11:56:46 +0530 Subject: [PATCH] configs: am62x_evm_a53: Enable PHY calibration for OSPI NOR in A53 SPL Enable config SPL_DMA to enable OSPI NOR with PHY calibration in A53 SPL. Increase SPL_MAX_SIZE from 352KB to 512KB to allow addition of new SPL features. Remove SPL_NET as it causes following error during boot. ERROR ### Please RESET the board Signed-off-by: Nikhil M Jain --- configs/am62x_evm_a53_defconfig | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig index bfd5ed362f..ed802c8cad 100644 --- a/configs/am62x_evm_a53_defconfig +++ b/configs/am62x_evm_a53_defconfig @@ -34,11 +34,10 @@ CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run boot_rprocs; CONFIG_BOARD_LATE_INIT=y CONFIG_BLOBLIST=y CONFIG_BLOBLIST_ADDR=0x80D00000 -CONFIG_SPL_MAX_SIZE=0x58000 +CONFIG_SPL_MAX_SIZE=0x80000 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y CONFIG_SPL_BSS_START_ADDR=0x80c80000 CONFIG_SPL_BSS_MAX_SIZE=0x80000 -CONFIG_MISC_INIT_R=y CONFIG_SPL_SYS_REPORT_STACK_F_USAGE=y CONFIG_SPL_BOARD_INIT=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y @@ -46,14 +45,12 @@ CONFIG_SPL_STACK_R=y CONFIG_SYS_SPL_MALLOC=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x1400 -CONFIG_SPL_ETH=y +CONFIG_SPL_DMA=y CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_FS_LOAD_PAYLOAD_NAME="u-boot.img" CONFIG_SPL_I2C=y CONFIG_SPL_DM_MAILBOX=y CONFIG_SPL_DM_SPI_FLASH=y -CONFIG_SPL_NET_SUPPORT=y -CONFIG_SPL_NET_VCI_STRING="AM62X U-Boot A53 SPL" CONFIG_SPL_POWER_DOMAIN=y CONFIG_SPL_RAM_SUPPORT=y CONFIG_SPL_RAM_DEVICE=y