commit | 91ebc36f4c24c95cfa79e139dd1b5a03dc4b5778 | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <tuomas@tuxera.com> | Mon Apr 09 04:34:33 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Sat Apr 28 10:42:05 2018 -0400 |
tree | 443f655b8b1fcafab88bb6e6f19f3e66ec67e97a | |
parent | e33932b9ac15e0878dfb98a2603c6aa88ad5c81a [diff] |
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>