diff options
author | Svyatoslav Ryhel <clamor95@gmail.com> | 2025-03-31 09:33:17 +0300 |
---|---|---|
committer | Svyatoslav Ryhel <clamor95@gmail.com> | 2025-04-12 09:48:30 +0300 |
commit | 11bf63c23028f54d299a24c494242a11dcb387c7 (patch) | |
tree | 7d805689f970501c5e2336a20d65f0aa6381d3c5 /include/configs/seaboard.h | |
parent | e9245a360ac6eb12ee08138de13aeddc34a8d30a (diff) |
ARM: tegra: board: set CFG_SYS_NS16550_COM1 according to TEGRA_ENABLE_UART
Link CFG_SYS_NS16550_COM1 value to chosen CONFIG_TEGRA_ENABLE_UART Tegra
wide. Remove all CFG_SYS_NS16550_COM1 from device headers.
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Diffstat (limited to 'include/configs/seaboard.h')
-rw-r--r-- | include/configs/seaboard.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 8e98620422d..79de9f83876 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -14,9 +14,6 @@ /* High-level configuration options */ #define CFG_TEGRA_BOARD_STRING "NVIDIA Seaboard" -/* Board-specific serial config */ -#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE - /* Environment in eMMC, at the end of 2nd "boot sector" */ /* NAND support */ |