diff options
| author | Joel Johnson <[email protected]> | 2020-04-17 09:38:07 -0600 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2020-04-22 14:28:15 +0200 |
| commit | 549ba7b440cf22dd196a20816b09c44d1f2b77e4 (patch) | |
| tree | ec93b1207ada3dcc13fddacc1015b82c296d523b | |
| parent | 658854a626b56d3ff417453ac842e4486ba5139b (diff) | |
arm: mvebu: clearfog: enable bubt command
With support added for Armada 38x, include the bubt command in
ClearFog defconfig.
Signed-off-by: Joel Johnson <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
| -rw-r--r-- | configs/clearfog_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig index ada35cb53ba..1566a4ff82e 100644 --- a/configs/clearfog_defconfig +++ b/configs/clearfog_defconfig @@ -31,6 +31,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 |
