diff mbox series

[v6,4/5] arm: mvebu: clearfog: enable bubt command

Message ID 20200417153808.2468508-4-mrjoel@lixil.net
State Accepted
Commit 549ba7b440cf22dd196a20816b09c44d1f2b77e4
Delegated to: Stefan Roese
Headers show
Series [v6,1/5] cmd: mvebu: bubt: add A38x support | expand

Commit Message

Joel Johnson April 17, 2020, 3:38 p.m. UTC
With support added for Armada 38x, include the bubt command in
ClearFog defconfig.

Signed-off-by: Joel Johnson <mrjoel@lixil.net>
Reviewed-by: Stefan Roese <sr@denx.de>

---

v2 changes:
  - none
v3 changes:
  - none
v4 changes:
  - none
v5 changes:
  - none
v6 changes:
  - none

---
 configs/clearfog_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
index 6db8b8acf6..0f2ae1ccec 100644
--- a/configs/clearfog_defconfig
+++ b/configs/clearfog_defconfig
@@ -33,6 +33,7 @@  CONFIG_SPL_CMD_TLV_EEPROM=y
 CONFIG_CMD_GPIO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
+CONFIG_CMD_MVEBU_BUBT=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_SPI=y
 CONFIG_CMD_USB=y