summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMichaelZhuxx <michael.zhu@starfivetech.com>2023-02-21 13:01:38 +0300
committerMichaelZhuxx <michael.zhu@starfivetech.com>2023-02-21 13:01:38 +0300
commitcc31fa9511c944b88511d5e05de0776deab207f5 (patch)
tree89fdaf4e96cba582dffb7982d75c3aec9c14b5cd /configs
parent335f6498727e2d2bb5e2236125d593b9d7d197bc (diff)
downloadu-boot-cc31fa9511c944b88511d5e05de0776deab207f5.tar.xz
Enable sbi command in U-Boot
Signed-off-by: MichaelZhuxx <michael.zhu@starfivetech.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/starfive_evb_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/starfive_evb_defconfig b/configs/starfive_evb_defconfig
index 5f74d7eb47..fb17d9e858 100644
--- a/configs/starfive_evb_defconfig
+++ b/configs/starfive_evb_defconfig
@@ -45,6 +45,7 @@ CONFIG_SPL_SPI_LOAD=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="StarFive # "
CONFIG_CMD_CONFIG=y
+CONFIG_CMD_SBI=y
CONFIG_CMD_ERASEENV=y
CONFIG_CMD_GPT_RENAME=y
CONFIG_CMD_I2C=y