blob: fc1b7c0302d6a9f1f5fb9d0e60910bd15bcc509e [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Stephen Warren1ce3d542016-05-12 13:32:56 -06002/*
3 * Copyright (c) 2013-2016, NVIDIA CORPORATION.
Stephen Warren1ce3d542016-05-12 13:32:56 -06004 */
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 Rinica2e1a52022-12-04 10:13:58 -050014#define CFG_TEGRA_BOARD_STRING "NVIDIA P2771-0000"
Stephen Warren1ce3d542016-05-12 13:32:56 -060015
Stephen Warren1ce3d542016-05-12 13:32:56 -060016/* Environment in eMMC, at the end of 2nd "boot sector" */
Stephen Warren1ce3d542016-05-12 13:32:56 -060017
Stephen Warren1ce3d542016-05-12 13:32:56 -060018#include "tegra-common-post.h"
19
Stephen Warren1ce3d542016-05-12 13:32:56 -060020#endif