aboutsummaryrefslogtreecommitdiff
path: root/configs/sama5d27_wlsom1_ek_qspiflash_defconfig
diff options
context:
space:
mode:
authorMihai Sain <mihai.sain@microchip.com>2021-09-02 15:21:08 +0300
committerEugen Hristev <eugen.hristev@microchip.com>2021-11-22 12:39:55 +0200
commit76c8e9ce2c4d538aa42bd9f5299938bf078480b8 (patch)
tree2c0c18bc1e0d89b9ac12aa6b832f144dd1f2acb1 /configs/sama5d27_wlsom1_ek_qspiflash_defconfig
parent9272805139a104c83dff8230e03e9626dd9bc195 (diff)
downloadu-boot-76c8e9ce2c4d538aa42bd9f5299938bf078480b8.zip
u-boot-76c8e9ce2c4d538aa42bd9f5299938bf078480b8.tar.gz
u-boot-76c8e9ce2c4d538aa42bd9f5299938bf078480b8.tar.bz2
configs: sama5d2 boards: add DM and GPIO commands
Add dm command for driver model low level access and gpio command for query and control gpio pins. Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
Diffstat (limited to 'configs/sama5d27_wlsom1_ek_qspiflash_defconfig')
-rw-r--r--configs/sama5d27_wlsom1_ek_qspiflash_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sama5d27_wlsom1_ek_qspiflash_defconfig b/configs/sama5d27_wlsom1_ek_qspiflash_defconfig
index 42ebb1a..daacbf7 100644
--- a/configs/sama5d27_wlsom1_ek_qspiflash_defconfig
+++ b/configs/sama5d27_wlsom1_ek_qspiflash_defconfig
@@ -40,6 +40,8 @@ CONFIG_SYS_SPI_U_BOOT_OFFS=0x40000
CONFIG_SPL_AT91_MCK_BYPASS=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
+CONFIG_CMD_DM=y
+CONFIG_CMD_GPIO=y
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_I2C=y
# CONFIG_CMD_LOADS is not set