[U-Boot] [PATCH 03/14] arm: mvebu: db-mv784mp-gp: Enable cache command
Stefan Roese
sr at denx.de
Mon Dec 14 12:58:38 CET 2015
Th cache command can be useful sometimes. So lets enable it on the
AXP eval board.
Signed-off-by: Stefan Roese <sr at denx.de>
Cc: Luka Perkov <luka.perkov at sartura.hr>
---
include/configs/db-mv784mp-gp.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/db-mv784mp-gp.h b/include/configs/db-mv784mp-gp.h
index 3fb0cfb..e988f02 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
--
2.6.4
More information about the U-Boot
mailing list