Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Thierry Reding | c91915e | 2011-11-17 00:10:26 +0000 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2010,2011 |
| 4 | * NVIDIA Corporation <www.nvidia.com> |
Thierry Reding | 1cbdf2d | 2012-06-04 20:02:25 +0000 | [diff] [blame] | 5 | * (C) Copyright 2011-2012 |
Thierry Reding | c91915e | 2011-11-17 00:10:26 +0000 | [diff] [blame] | 6 | * Avionic Design GmbH <www.avionic-design.de> |
Thierry Reding | c91915e | 2011-11-17 00:10:26 +0000 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef __CONFIG_H |
| 10 | #define __CONFIG_H |
| 11 | |
Allen Martin | 00a2749 | 2012-08-31 08:30:00 +0000 | [diff] [blame] | 12 | #include "tegra20-common.h" |
Thierry Reding | c91915e | 2011-11-17 00:10:26 +0000 | [diff] [blame] | 13 | |
| 14 | /* High-level configuration options */ |
Thierry Reding | 66b796a | 2012-09-19 00:37:21 +0000 | [diff] [blame] | 15 | #define CONFIG_TEGRA_BOARD_STRING "Avionic Design Medcom-Wide" |
Thierry Reding | c91915e | 2011-11-17 00:10:26 +0000 | [diff] [blame] | 16 | |
| 17 | /* Board-specific serial config */ |
Tom Warren | 29f3e3f | 2012-09-04 17:00:24 -0700 | [diff] [blame] | 18 | #define CONFIG_TEGRA_ENABLE_UARTD /* UARTD: debug UART */ |
Thierry Reding | c91915e | 2011-11-17 00:10:26 +0000 | [diff] [blame] | 19 | #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE |
| 20 | |
Thierry Reding | 9dc9caf | 2013-04-03 04:52:43 +0000 | [diff] [blame] | 21 | /* NAND support */ |
Thierry Reding | 9dc9caf | 2013-04-03 04:52:43 +0000 | [diff] [blame] | 22 | #define CONFIG_TEGRA_NAND |
| 23 | #define CONFIG_SYS_MAX_NAND_DEVICE 1 |
| 24 | |
| 25 | /* Environment in NAND, aligned to start of last sector */ |
Thierry Reding | 9dc9caf | 2013-04-03 04:52:43 +0000 | [diff] [blame] | 26 | |
Tom Warren | 29f3e3f | 2012-09-04 17:00:24 -0700 | [diff] [blame] | 27 | #include "tegra-common-post.h" |
Stephen Warren | bea2674 | 2012-05-16 06:21:00 +0000 | [diff] [blame] | 28 | |
Thierry Reding | c91915e | 2011-11-17 00:10:26 +0000 | [diff] [blame] | 29 | #endif /* __CONFIG_H */ |