summaryrefslogtreecommitdiff
path: root/configs/am64x_evm_a53_defconfig
diff options
context:
space:
mode:
authorGeorgi Vlaev <g-vlaev@ti.com>2022-06-28 22:23:39 +0300
committerAnand Gadiyar <gadiyar@ti.com>2022-06-28 16:01:56 -0500
commit71eecb1df414dee3a195942cd3302d15b5f2a340 (patch)
tree9ce52398b67d6c7448c863ef6898dd30db0276d4 /configs/am64x_evm_a53_defconfig
parent86b31ee6906e561cc32deb62edb41fc2897dedcc (diff)
configs: am6xx_evm_a53_defconfig: Enable the DDRSS ECC test command
This patch enables the "ddrss" test command for am64x_evm and am62x_evm. This is a TI vendor command under cmd/ti directory, replacing the "ddr" test command used in the Keystone-II boards, with a K3 version. We have to enable TI_COMMON_CMD_OPTIONS to add the commands from that directory. This option however implies a group of additional commands we already have in our configs and others we don't have and don't need. Enable TI_COMMON_CMD_OPTIONS and CMD_DDRSS and clear the fallout to preserve the resulting configurations for am64x_evm_a53 and am62x_evm_a53. Signed-off-by: Georgi Vlaev <g-vlaev@ti.com>
Diffstat (limited to 'configs/am64x_evm_a53_defconfig')
-rw-r--r--configs/am64x_evm_a53_defconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
index e81090d2ab..fd31469620 100644
--- a/configs/am64x_evm_a53_defconfig
+++ b/configs/am64x_evm_a53_defconfig
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_ARCH_K3=y
+CONFIG_TI_COMMON_CMD_OPTIONS=y
CONFIG_SPL_GPIO_SUPPORT=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
@@ -61,16 +62,15 @@ CONFIG_SPL_USB_STORAGE=y
CONFIG_SPL_USB_GADGET=y
CONFIG_SPL_DFU=y
CONFIG_SPL_YMODEM_SUPPORT=y
-CONFIG_CMD_ASKENV=y
-CONFIG_CMD_DFU=y
+# CONFIG_CMD_BOOTZ is not set
+# CONFIG_CMD_EEPROM is not set
CONFIG_CMD_DM=y
-CONFIG_CMD_GPT=y
-CONFIG_CMD_I2C=y
-CONFIG_CMD_MMC=y
+# CONFIG_CMD_GPIO is not set
CONFIG_CMD_MTD=y
CONFIG_CMD_NAND=y
-CONFIG_CMD_USB=y
-CONFIG_CMD_TIME=y
+# CONFIG_CMD_SPI is not set
+CONFIG_CMD_DDRSS=y
+# CONFIG_CMD_EXT4_WRITE is not set
CONFIG_CMD_MTDPARTS=y
CONFIG_MTDIDS_DEFAULT="nor0=fc40000.spi.0,nand0=omap2-nand.0"
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);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system)"