diff options
author | Konstantin Porotchkin <kostap@marvell.com> | 2017-02-16 13:52:24 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2017-03-29 07:38:09 +0200 |
commit | e5b48b972af6fadbf896b2152232feb47f3ad89d (patch) | |
tree | 14671b33b85ecd7e7e1c45fc04274870b6d6a526 /configs | |
parent | 3a232c8293a31d7bb487eeeb27612f46c4fe8b99 (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 |