summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-04-09 04:34:33 +0300
committerTom Rini <trini@konsulko.com>2018-04-28 17:42:05 +0300
commit76dd0f2c3dbfe2fe56288d7ec8f6743eca460864 (patch)
tree443f655b8b1fcafab88bb6e6f19f3e66ec67e97a /include/configs
parentec5c4a8fd64a178a4d159917cda0aa176e5a9be5 (diff)
downloadu-boot-76dd0f2c3dbfe2fe56288d7ec8f6743eca460864.tar.xz
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 <tuomas@tuxera.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/s32v234evb.h2
1 files changed, 0 insertions, 2 deletions
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 <asm/arch/imx-regs.h>
#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