From 76dd0f2c3dbfe2fe56288d7ec8f6743eca460864 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Mon, 9 Apr 2018 04:34:33 +0300 Subject: ARM: s32v234evb: Set CONFIG_DM & CONFIG_DM_SERIAL in Kconfig These symbols are declared in Kconfig, so it's wrong to set them in header files. Note that this is not size-neutral - some 'default y' options will now get turned on by Kconfig, such as CONFIG_CMD_DM=y and CONFIG_DM_STDIO=y. Signed-off-by: Tuomas Tynkkynen --- include/configs/s32v234evb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/s32v234evb.h b/include/configs/s32v234evb.h index 34e8441ea0..168658e023 100644 --- a/include/configs/s32v234evb.h +++ b/include/configs/s32v234evb.h @@ -12,7 +12,6 @@ #include #define CONFIG_S32V234 -#define CONFIG_DM /* Config GIC */ #define CONFIG_GICV2 @@ -58,7 +57,6 @@ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) #endif -#define CONFIG_DM_SERIAL #define CONFIG_FSL_LINFLEXUART #define LINFLEXUART_BASE LINFLEXD0_BASE_ADDR -- cgit