summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2023-01-25 22:17:42 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-01-25 14:32:30 -0600
commit6ac32de77da2f9fbb7e42220f1ed0b6f28f29fb5 (patch)
tree573fcca8ac8bbf8a087b34c5b8a5f8cfcb9de06c /configs
parent70b578aa1e0abaeced9f50146fdb2861ee9f16d5 (diff)
configs: am62ax_evm_a53_defconfig: Enable few useful U-Boot cmds
Enable GPIO, I2C for raw manipulations of GPIO pins and I2C devices CMD_DM shows state of device/drivers in the system which is useful to debugging. CMD_TIME helps to measure performance Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/am62ax_evm_a53_defconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig
index c91f96cc98..92682f9854 100644
--- a/configs/am62ax_evm_a53_defconfig
+++ b/configs/am62ax_evm_a53_defconfig
@@ -57,13 +57,10 @@ CONFIG_SPL_YMODEM_SUPPORT=y
# CONFIG_CMD_BOOTZ is not set
# CONFIG_CMD_ASKENV is not set
# CONFIG_CMD_EEPROM is not set
-# CONFIG_CMD_GPIO is not set
-# CONFIG_CMD_GPT is not set
-# CONFIG_CMD_I2C is not set
+CONFIG_CMD_DM=y
CONFIG_CMD_MTD=y
CONFIG_CMD_REMOTEPROC=y
CONFIG_CMD_USB_MASS_STORAGE=y
-# CONFIG_CMD_TIME is not set
# CONFIG_CMD_EXT4_WRITE is not set
CONFIG_CMD_MTDPARTS=y
CONFIG_MTDIDS_DEFAULT="nand0=spi-nand0"