From a5ed6c236eaf4e8c566e8f0fb0365f934e41e54f Mon Sep 17 00:00:00 2001 From: HuangXin Date: Tue, 21 Aug 2018 19:31:41 +0800 Subject: [PATCH] Add ext4 md5 support --- lichee/brandy/u-boot-2014.07/include/configs/sun8iw15p1.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lichee/brandy/u-boot-2014.07/include/configs/sun8iw15p1.h b/lichee/brandy/u-boot-2014.07/include/configs/sun8iw15p1.h index 19e6ed3ad..4ffa0bb62 100755 --- a/lichee/brandy/u-boot-2014.07/include/configs/sun8iw15p1.h +++ b/lichee/brandy/u-boot-2014.07/include/configs/sun8iw15p1.h @@ -169,6 +169,11 @@ #define CONFIG_CMD_SUNXI_PMU #define CONFIG_CMD_SUNXI_SYSCFG +#define CONFIG_CMD_EXT4 +#define CONFIG_CMD_MD5SUM +#define CONFIG_MD5 + + #ifdef CONFIG_SUNXI_DMA #define CONFIG_SUNXI_CMD_DMA #endif