From 4c178407fad1111852c384ac42c07f2926312d92 Mon Sep 17 00:00:00 2001 From: Siva Durga Prasad Paladugu Date: Sat, 6 Dec 2014 12:57:54 +0530 Subject: [PATCH] zynqmp: Remove the CONFIG_CMD_CACHE config option Remove the CONFIG_CMD_CACHE option to restrict the user in disabling and enabling the cache using commandline option. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 9613c22be78..3b10dbad7cf 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -70,7 +70,6 @@ /* Command line configuration */ #define CONFIG_CMD_BDI #define CONFIG_CMD_BOOTD -#define CONFIG_CMD_CACHE #define CONFIG_CMD_ECHO #define CONFIG_CMD_ENV #define CONFIG_CMD_EXT2 -- 2.47.3