Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Stephen Warren | 1ce3d54 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (c) 2013-2016, NVIDIA CORPORATION. |
Stephen Warren | 1ce3d54 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef _P2771_0000_H |
| 7 | #define _P2771_0000_H |
| 8 | |
| 9 | #include <linux/sizes.h> |
| 10 | |
| 11 | #include "tegra186-common.h" |
| 12 | |
| 13 | /* High-level configuration options */ |
Tom Rini | ca2e1a5 | 2022-12-04 10:13:58 -0500 | [diff] [blame] | 14 | #define CFG_TEGRA_BOARD_STRING "NVIDIA P2771-0000" |
Stephen Warren | 1ce3d54 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 15 | |
Stephen Warren | 1ce3d54 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 16 | /* Environment in eMMC, at the end of 2nd "boot sector" */ |
Stephen Warren | 1ce3d54 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 17 | |
Stephen Warren | 1ce3d54 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 18 | #include "tegra-common-post.h" |
| 19 | |
Stephen Warren | 1ce3d54 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 20 | #endif |