From 8e53ee14614ef30a2f1c413523696764fb90c1a9 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Fri, 3 Aug 2018 11:46:16 +0200 Subject: configs: stm32h7xx: Migrate CONFIG_CMD_CACHE to defconfig Remove CONFIG_CMD_CACHE from include/configs/stm32h7xx.h and enable it in stm32h7xx_defconfig Signed-off-by: Patrice Chotard --- include/configs/stm32h743-eval.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/stm32h743-eval.h') diff --git a/include/configs/stm32h743-eval.h b/include/configs/stm32h743-eval.h index a8dcfe3b7a..90fc736c3f 100644 --- a/include/configs/stm32h743-eval.h +++ b/include/configs/stm32h743-eval.h @@ -37,7 +37,6 @@ /* * Command line configuration. */ -#define CONFIG_CMD_CACHE #define CONFIG_BOARD_LATE_INIT #endif /* __CONFIG_H */ -- cgit