Message ID | 20200129145013.125237-4-mrjoel@lixil.net |
---|---|
State | Superseded |
Headers | show |
Series | [v2,1/5] cmd: mvebu: bubt: add A38x support | expand |
On 29.01.20 15:50, Joel Johnson wrote: > With support added for Armada 38x, include the bubt command in > ClearFog defconfig. > > Signed-off-by: Joel Johnson <mrjoel at lixil.net> Reviewed-by: Stefan Roese <sr at denx.de> Thanks, Stefan
diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig index c938448c30..0d7e19e731 100644 --- a/configs/clearfog_defconfig +++ b/configs/clearfog_defconfig @@ -35,6 +35,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
With support added for Armada 38x, include the bubt command in ClearFog defconfig. Signed-off-by: Joel Johnson <mrjoel at lixil.net> --- v2 changes: - none --- configs/clearfog_defconfig | 1 + 1 file changed, 1 insertion(+)