summaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>2023-03-02 09:12:24 +0100
committerTom Rini <trini@konsulko.com>2023-03-17 16:10:43 -0400
commit4d3c84649884442367636390939da61987a83537 (patch)
treef7a947b68d2f29bbe3286da3aaaf2e8c5fe9e64f /configs/sandbox_defconfig
parent2bec5480522298c99d04b7600d300a83b318a0d5 (diff)
downloadu-boot-4d3c84649884442367636390939da61987a83537.tar.gz
u-boot-4d3c84649884442367636390939da61987a83537.tar.bz2
u-boot-4d3c84649884442367636390939da61987a83537.zip
sandbox: enable CMD_WRITE
Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index a0fbdad20a..ac1e8bbbef 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -84,6 +84,7 @@ CONFIG_CMD_SPI=y
CONFIG_CMD_TEMPERATURE=y
CONFIG_CMD_USB=y
CONFIG_CMD_WDT=y
+CONFIG_CMD_WRITE=y
CONFIG_CMD_AXI=y
CONFIG_CMD_CAT=y
CONFIG_CMD_SETEXPR_FMT=y