diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-04-09 04:34:33 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-28 10:42:05 -0400 |
commit | 76dd0f2c3dbfe2fe56288d7ec8f6743eca460864 (patch) | |
tree | 443f655b8b1fcafab88bb6e6f19f3e66ec67e97a /include/configs/s32v234evb.h | |
parent | ec5c4a8fd64a178a4d159917cda0aa176e5a9be5 (diff) | |
download | u-boot-76dd0f2c3dbfe2fe56288d7ec8f6743eca460864.tar.gz |
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/s32v234evb.h')
-rw-r--r-- | include/configs/s32v234evb.h | 2 |
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 |