]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
4026aca6 TR |
2 | /* |
3 | * (C) Copyright 2010,2011 | |
4 | * NVIDIA Corporation <www.nvidia.com> | |
a7dafd7b | 5 | * (C) Copyright 2011-2012 |
4026aca6 | 6 | * Avionic Design GmbH <www.avionic-design.de> |
4026aca6 TR |
7 | */ |
8 | ||
9 | #ifndef __CONFIG_H | |
10 | #define __CONFIG_H | |
11 | ||
00a2749d | 12 | #include "tegra20-common.h" |
4026aca6 TR |
13 | |
14 | /* High-level configuration options */ | |
29f3e3f2 | 15 | #define CONFIG_TEGRA_BOARD_STRING "Avionic Design Plutux" |
4026aca6 TR |
16 | |
17 | /* Board-specific serial config */ | |
29f3e3f2 | 18 | #define CONFIG_TEGRA_ENABLE_UARTD /* UARTD: debug UART */ |
4026aca6 TR |
19 | #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE |
20 | ||
51016ffd | 21 | /* NAND support */ |
51016ffd TR |
22 | #define CONFIG_SYS_MAX_NAND_DEVICE 1 |
23 | ||
24 | /* Environment in NAND, aligned to start of last sector */ | |
51016ffd | 25 | |
29f3e3f2 | 26 | #include "tegra-common-post.h" |
bea2674c | 27 | |
4026aca6 | 28 | #endif /* __CONFIG_H */ |