diff options
author | Alexandru Gagniuc <alex.g@adaptrum.com> | 2017-03-27 19:54:19 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-04-13 17:43:23 (GMT) |
commit | 6f8c351e98726ec9b569bf16f7efa2a4e4648727 (patch) | |
tree | 823955ee5b6fb7e727bbebd8ac97c6045d652dec /configs | |
parent | 40a808f173008729a0c631ab84693b6a2b0dcfc9 (diff) | |
download | u-boot-6f8c351e98726ec9b569bf16f7efa2a4e4648727.tar.xz |
serial: ns16550: Link in the DM driver when when using platdata
Do not condition the compilation of the U_BOOT_DRIVER by !OF_PLATDATA.
This is inconsistent with the majority of other drivers. This also
blocks OF_PLATDATA boards with an 16550-compatible serial from using
serial in SPL.
Signed-off-by: Alexandru Gagniuc <alex.g@adaptrum.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Added tweak for rock to avoid a TPL build failure:
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/rock_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rock_defconfig b/configs/rock_defconfig index 20a065a..b61286e 100644 --- a/configs/rock_defconfig +++ b/configs/rock_defconfig @@ -40,6 +40,7 @@ CONFIG_PMIC_ACT8846=y CONFIG_REGULATOR_ACT8846=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_RAM=y +# CONFIG_TPL_DM_SERIAL is not set CONFIG_DEBUG_UART=y CONFIG_DEBUG_UART_BASE=0x20064000 CONFIG_DEBUG_UART_CLOCK=24000000 |