]> git.sur5r.net Git - u-boot/commit
ARM: s32v234evb: Set CONFIG_DM & CONFIG_DM_SERIAL in Kconfig
authorTuomas Tynkkynen <tuomas@tuxera.com>
Mon, 9 Apr 2018 01:34:33 +0000 (04:34 +0300)
committerTom Rini <trini@konsulko.com>
Sat, 28 Apr 2018 14:42:05 +0000 (10:42 -0400)
commit76dd0f2c3dbfe2fe56288d7ec8f6743eca460864
tree443f655b8b1fcafab88bb6e6f19f3e66ec67e97a
parentec5c4a8fd64a178a4d159917cda0aa176e5a9be5
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>
configs/s32v234evb_defconfig
include/configs/s32v234evb.h