aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2021-03-26 19:40:58 +0100
committerPriyanka Jain <priyanka.jain@nxp.com>2021-04-15 14:22:22 +0530
commit6d1ab4a10e3051def7c5d7b522042b84a122f0a1 (patch)
tree8c5ac9550abccd4b8cae3fe1a7990b48caa379f1 /include
parent356a3384d0be0bdd2dd36a58c9b822fb1668f39c (diff)
downloadu-boot-6d1ab4a10e3051def7c5d7b522042b84a122f0a1.zip
u-boot-6d1ab4a10e3051def7c5d7b522042b84a122f0a1.tar.gz
u-boot-6d1ab4a10e3051def7c5d7b522042b84a122f0a1.tar.bz2
board: sl28: enable DM_SERIAL
With all preparations in place, switch over to DM_SERIAL. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/kontron_sl28.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/kontron_sl28.h b/include/configs/kontron_sl28.h
index 5d818a7..5f11205 100644
--- a/include/configs/kontron_sl28.h
+++ b/include/configs/kontron_sl28.h
@@ -49,8 +49,6 @@
#define CONFIG_MALLOC_F_ADDR CONFIG_SYS_FSL_OCRAM_BASE
/* serial port */
-#define CONFIG_SYS_NS16550_SERIAL
-#define CONFIG_SYS_NS16550_REG_SIZE 1
#define CONFIG_SYS_NS16550_CLK (get_bus_freq(0) / 2)
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }