From 8474250cf27544ed0ec970416a6926f16d553388 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Mon, 12 Oct 2015 10:41:54 +0200 Subject: [PATCH] arm: mx6: remove CONFIG_ macros that are now included in Kconfig from header file --- include/configs/mx6_common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 740b81272b..130666fd19 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -35,8 +35,6 @@ #define CONFIG_BOARD_POSTCLK_INIT #define CONFIG_MXC_GPT_HCLK -#define CONFIG_SYS_NO_FLASH - #include #include #include @@ -80,7 +78,6 @@ /* Filesystems and image support */ #define CONFIG_OF_LIBFDT -#define CONFIG_CMD_BOOTZ #define CONFIG_SUPPORT_RAW_INITRD #define CONFIG_CMD_FS_GENERIC #define CONFIG_DOS_PARTITION -- 2.39.2