mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00

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>
14 lines
271 B
C
14 lines
271 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright (C) 2012 Lucas Stach
|
|
*
|
|
* Configuration settings for the Toradex Colibri T20 modules.
|
|
*/
|
|
|
|
#ifndef __CONFIG_H
|
|
#define __CONFIG_H
|
|
|
|
#include "tegra20-common.h"
|
|
#include "tegra-common-post.h"
|
|
|
|
#endif /* __CONFIG_H */
|