diff options
| author | Konstantin Porotchkin <[email protected]> | 2017-02-16 13:52:24 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2017-03-29 07:38:09 +0200 |
| commit | e5b48b972af6fadbf896b2152232feb47f3ad89d (patch) | |
| tree | 14671b33b85ecd7e7e1c45fc04274870b6d6a526 | |
| 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 <[email protected]>
Cc: Stefan Roese <[email protected]>
Cc: Igal Liberman <[email protected]>
Cc: Nadav Haklai <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
| -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 42866956123..bdb96e9ba1a 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 |
