From: Stefan Roese Date: Thu, 3 Dec 2015 11:39:45 +0000 (+0100) Subject: arm: mvebu: db-mv784mp-gp: Enable cache command X-Git-Tag: v2016.03-rc1~313^2~30 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=af2728abe638535d5fd4a3e0378d1f9fc7ecc571;p=u-boot arm: mvebu: db-mv784mp-gp: Enable cache command Th cache command can be useful sometimes. So lets enable it on the AXP eval board. Signed-off-by: Stefan Roese Cc: Luka Perkov --- diff --git a/include/configs/db-mv784mp-gp.h b/include/configs/db-mv784mp-gp.h index 3fb0cfb52c..e988f020ab 100644 --- a/include/configs/db-mv784mp-gp.h +++ b/include/configs/db-mv784mp-gp.h @@ -27,6 +27,7 @@ * Commands configuration */ #define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */ +#define CONFIG_CMD_CACHE #define CONFIG_CMD_DHCP #define CONFIG_CMD_ENV #define CONFIG_CMD_EXT2