diff options
author | Weijie Gao <weijie.gao@mediatek.com> | 2019-08-27 15:32:20 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-30 14:17:11 -0400 |
commit | 940dd143469102868fa604a9e84c2004c41352b1 (patch) | |
tree | d3d91b42e2fa422c74347931ddc093ebda7a6522 /configs | |
parent | 47b7fa30c419896a9ecd0ab957dad55d61310e08 (diff) | |
download | u-boot-940dd143469102868fa604a9e84c2004c41352b1.tar.gz |
configs: enable CONFIG_BLOCK_CACHE for mt7623n_bpir2
This patch enables CONFIG_BLOCK_CACHE for mt7623n_bpir2.
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mt7623n_bpir2_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/mt7623n_bpir2_defconfig b/configs/mt7623n_bpir2_defconfig index ae8209831b..f79850f849 100644 --- a/configs/mt7623n_bpir2_defconfig +++ b/configs/mt7623n_bpir2_defconfig @@ -31,7 +31,6 @@ CONFIG_ENV_IS_IN_MMC=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_REGMAP=y CONFIG_SYSCON=y -# CONFIG_BLOCK_CACHE is not set CONFIG_CLK=y CONFIG_DM_MMC=y # CONFIG_MMC_QUIRKS is not set |