From 8d11f804130d27a8f5ed6954f3a8a7f62a10ac45 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Sun, 28 Aug 2016 12:44:41 +0900 Subject: ARM: uniphier: enable CONFIG_CMD_CACHE This will be useful, for example, to load firmware to DRAM and make it visible to other agents. Signed-off-by: Masahiro Yamada --- configs/uniphier_pro4_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/uniphier_pro4_defconfig') diff --git a/configs/uniphier_pro4_defconfig b/configs/uniphier_pro4_defconfig index c47d02fc2a..d65da62828 100644 --- a/configs/uniphier_pro4_defconfig +++ b/configs/uniphier_pro4_defconfig @@ -16,6 +16,7 @@ CONFIG_CMD_USB=y CONFIG_CMD_GPIO=y CONFIG_CMD_TFTPPUT=y CONFIG_CMD_PING=y +CONFIG_CMD_CACHE=y CONFIG_CMD_TIME=y # CONFIG_CMD_MISC is not set CONFIG_CMD_FAT=y -- cgit v1.2.3