diff options
author | Konstantin Porotchkin <kostap@marvell.com> | 2017-02-16 13:52:24 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2017-03-23 08:50:50 +0100 |
commit | c19fe730845f1603472560f6901dd7e14fc883e5 (patch) | |
tree | 788e67e7163c8290380e8f63ebd6cdd16e3c7a3a /configs | |
parent | a7a0d7882bed1bf1f00e061c6eb231ad0fe8227f (diff) |
arm64: a37xx: Enable bubt command support on A3720-DB
Enable mvebu bubt command support on A3720 DB
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Igal Liberman <igall@marvell.com>
Cc: Nadav Haklai <nadavh@marvell.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mvebu_db-88f3720_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mvebu_db-88f3720_defconfig b/configs/mvebu_db-88f3720_defconfig index 4286695612..bdb96e9ba1 100644 --- a/configs/mvebu_db-88f3720_defconfig +++ b/configs/mvebu_db-88f3720_defconfig @@ -33,6 +33,9 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_MAC_PARTITION=y CONFIG_ISO_PARTITION=y CONFIG_EFI_PARTITION=y +CONFIG_CMD_MVEBU_BUBT=y +CONFIG_SHA1=y +CONFIG_SHA256=y CONFIG_BLOCK_CACHE=y CONFIG_DM_I2C=y CONFIG_DM_I2C_COMPAT=y |