blob: c9009e3962370cd9b2e7fe381dbe14fd95536e98 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Tom Warren7a3fa012013-01-28 13:32:13 +00002/*
3 * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
Tom Warren7a3fa012013-01-28 13:32:13 +00004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
Alexey Brodkin267d8e22014-02-26 17:47:58 +04009#include <linux/sizes.h>
Tom Warren7a3fa012013-01-28 13:32:13 +000010
11#include "tegra114-common.h"
12
Tom Warren7a3fa012013-01-28 13:32:13 +000013/* High-level configuration options */
Tom Warren7a3fa012013-01-28 13:32:13 +000014#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Dalmore"
15
16/* Board-specific serial config */
Tom Rinidf6a2152022-11-16 13:10:28 -050017#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
Tom Warren7a3fa012013-01-28 13:32:13 +000018
Tom Warrenb13fa972013-03-18 14:52:26 -070019/* Environment in eMMC, at the end of 2nd "boot sector" */
Tom Warren7a3fa012013-01-28 13:32:13 +000020
Tom Warren7a3fa012013-01-28 13:32:13 +000021#include "tegra-common-post.h"
22
23#endif /* __CONFIG_H */