aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@fitzsim.org>2023-02-04 20:36:57 -0500
committerTom Rini <trini@konsulko.com>2023-02-10 11:24:08 -0500
commit01065043ad9deec894dcd76b1ac44eb9e502f6e0 (patch)
treea0244043f807f2aba1e154852697df6c69f58d7c /include
parent2c0b0c3182ef25cbd0edf5fc5a05cb6bb98dcbce (diff)
downloadu-boot-01065043ad9deec894dcd76b1ac44eb9e502f6e0.zip
u-boot-01065043ad9deec894dcd76b1ac44eb9e502f6e0.tar.gz
u-boot-01065043ad9deec894dcd76b1ac44eb9e502f6e0.tar.bz2
arm: bcm7xxx: Convert to DM_SERIAL
Remove ns16550 configuration from header files. Document DM_SERIAL-required prior stage device tree configuration.
Diffstat (limited to 'include')
-rw-r--r--include/configs/bcm7260.h2
-rw-r--r--include/configs/bcm7445.h2
-rw-r--r--include/configs/bcmstb.h13
3 files changed, 0 insertions, 17 deletions
diff --git a/include/configs/bcm7260.h b/include/configs/bcm7260.h
index 43edc91..dbe545c 100644
--- a/include/configs/bcm7260.h
+++ b/include/configs/bcm7260.h
@@ -10,8 +10,6 @@
#ifndef __CONFIG_H
#define __CONFIG_H
-#define CFG_SYS_NS16550_COM1 0xf040c000
-
#define CFG_SYS_INIT_RAM_ADDR 0x10200000
#include "bcmstb.h"
diff --git a/include/configs/bcm7445.h b/include/configs/bcm7445.h
index 1143372..b59048d 100644
--- a/include/configs/bcm7445.h
+++ b/include/configs/bcm7445.h
@@ -10,8 +10,6 @@
#ifndef __CONFIG_H
#define __CONFIG_H
-#define CFG_SYS_NS16550_COM1 0xf040ab00
-
#define CFG_SYS_INIT_RAM_ADDR 0x80200000
#include "bcmstb.h"
diff --git a/include/configs/bcmstb.h b/include/configs/bcmstb.h
index d1de356..c928092 100644
--- a/include/configs/bcmstb.h
+++ b/include/configs/bcmstb.h
@@ -93,19 +93,6 @@ extern phys_addr_t prior_stage_fdt_address;
*/
/*
- * NS16550 configuration.
- */
-#define V_NS16550_CLK 81000000
-
-#define CFG_SYS_NS16550_CLK V_NS16550_CLK
-
-/*
- * Serial console configuration.
- */
-#define CFG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, \
- 115200}
-
-/*
* Informational display configuration.
*/