summaryrefslogtreecommitdiff
path: root/configs/am64x_evm_a53_defconfig
diff options
context:
space:
mode:
authorAswath Govindraju <a-govindraju@ti.com>2022-02-17 19:26:29 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2022-02-17 12:55:45 -0600
commitec4493bcbe87c5c6f2640cf108e127f8d57fb7f7 (patch)
treec9850ed9e7bdaf5bdbf10f61e4fe37c9617b132c /configs/am64x_evm_a53_defconfig
parent9d75b1407acab28bf24af33bef7c25f54a9ac75f (diff)
configs: am64x_*_evm_*_defconfig: Increase memory area allocated for tiboot3.bin in OSPI flash
The current size of tiboot3.bin with GP configs is 548KB and the memory reserved for it in the OSPI flash is 512KB. This leads to overlap of tiboot3.bin on tispl.bin region and break in OSPI boot mode. Therefore, fix this by increasing the memory allocated for tiboot3.bin to 1MB. Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Diffstat (limited to 'configs/am64x_evm_a53_defconfig')
-rw-r--r--configs/am64x_evm_a53_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
index d6e99fe1c3..97095b0b63 100644
--- a/configs/am64x_evm_a53_defconfig
+++ b/configs/am64x_evm_a53_defconfig
@@ -10,7 +10,7 @@ CONFIG_K3_ATF_LOAD_ADDR=0x701c0000
CONFIG_TARGET_AM642_A53_EVM=y
CONFIG_ENV_SIZE=0x20000
CONFIG_ENV_OFFSET=0x700000
-CONFIG_SYS_SPI_U_BOOT_OFFS=0x280000
+CONFIG_SYS_SPI_U_BOOT_OFFS=0x300000
CONFIG_SPL_DM_SPI=y
CONFIG_SPL_TEXT_BASE=0x80080000
CONFIG_SPL_MMC_SUPPORT=y
@@ -65,7 +65,7 @@ CONFIG_CMD_MTD=y
CONFIG_CMD_USB=y
CONFIG_CMD_TIME=y
CONFIG_MTDIDS_DEFAULT="nor0=fc40000.spi.0"
-CONFIG_MTDPARTS_DEFAULT="mtdparts=fc40000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern)"
+CONFIG_MTDPARTS_DEFAULT="mtdparts=fc40000.spi.0:1m(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern)"
CONFIG_CMD_UBI=y
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y