From 7ef77c029a15ce94a9179d371dee16e04bf7a84e Mon Sep 17 00:00:00 2001 From: Nikita Kiryanov Date: Fri, 19 Feb 2016 19:19:42 +0200 Subject: arm: am437x: cm-t43: migrate CONFIG_DM_SERIAL to config file Move CONFIG_DM_SERIAL to cm_t43_defconfig. This forces us to update the CONFIG_SYS_NS16550_REG_SIZE value for SPL. Cc: Tom Rini Cc: Albert Aribaud Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov Reviewed-by: Tom Rini --- include/configs/cm_t43.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/configs/cm_t43.h') diff --git a/include/configs/cm_t43.h b/include/configs/cm_t43.h index d0dfdef..6abc085 100644 --- a/include/configs/cm_t43.h +++ b/include/configs/cm_t43.h @@ -18,10 +18,12 @@ #include /* Serial support */ -#define CONFIG_DM_SERIAL #define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_CLK 48000000 #define CONFIG_SYS_NS16550_COM1 0x44e09000 +#ifdef CONFIG_SPL_BUILD +#define CONFIG_SYS_NS16550_REG_SIZE (-4) +#endif /* NAND support */ #define CONFIG_NAND -- cgit v1.1