summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPali Rohár <[email protected]>2023-01-21 23:51:15 +0100
committerStefan Roese <[email protected]>2023-03-01 06:39:17 +0100
commit4941652df5a9a8a9404e64655e3630318247d329 (patch)
treeed4665cbc13deac40b69662b782f24426f3120a1 /cmd
parentc624c1cbcf1761c7990e0ed26994db9acaba9013 (diff)
cmd: mvebu/bubt: Enable command by default
This makes updating of u-boot/firmware on Marvell boards easier. Signed-off-by: Pali Rohár <[email protected]>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mvebu/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/mvebu/Kconfig b/cmd/mvebu/Kconfig
index 029f722096b..e83a9829491 100644
--- a/cmd/mvebu/Kconfig
+++ b/cmd/mvebu/Kconfig
@@ -3,6 +3,7 @@ depends on ARCH_MVEBU
config CMD_MVEBU_BUBT
bool "bubt"
+ default y
select SHA256 if ARMADA_3700
select SHA512 if ARMADA_3700
select DOS_PARTITION if ARMADA_3700