Skip to content
Snippets Groups Projects
Commit 7ef77c02 authored by Nikita Kiryanov's avatar Nikita Kiryanov Committed by Tom Rini
Browse files

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 <trini@konsulko.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: default avatarNikita Kiryanov <nikita@compulab.co.il>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 034a8196
No related branches found
No related tags found
No related merge requests found
...@@ -10,3 +10,4 @@ CONFIG_CMD_GPIO=y ...@@ -10,3 +10,4 @@ CONFIG_CMD_GPIO=y
# CONFIG_CMD_NFS is not set # CONFIG_CMD_NFS is not set
CONFIG_DM=y CONFIG_DM=y
CONFIG_SYS_NS16550=y CONFIG_SYS_NS16550=y
CONFIG_DM_SERIAL=y
...@@ -18,10 +18,12 @@ ...@@ -18,10 +18,12 @@
#include <asm/arch/omap.h> #include <asm/arch/omap.h>
/* Serial support */ /* Serial support */
#define CONFIG_DM_SERIAL
#define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_SERIAL
#define CONFIG_SYS_NS16550_CLK 48000000 #define CONFIG_SYS_NS16550_CLK 48000000
#define CONFIG_SYS_NS16550_COM1 0x44e09000 #define CONFIG_SYS_NS16550_COM1 0x44e09000
#ifdef CONFIG_SPL_BUILD
#define CONFIG_SYS_NS16550_REG_SIZE (-4)
#endif
/* NAND support */ /* NAND support */
#define CONFIG_NAND #define CONFIG_NAND
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment