blob: e5d672746b128e2e4e34b09a8b446df7d19b5b42 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Tom Warrend50f9052011-01-27 10:58:08 +00002/*
3 * (C) Copyright 2010,2011
4 * NVIDIA Corporation <www.nvidia.com>
Tom Warrend50f9052011-01-27 10:58:08 +00005 */
6
7#ifndef __CONFIG_H
8#define __CONFIG_H
9
Alexey Brodkin267d8e22014-02-26 17:47:58 +040010#include <linux/sizes.h>
Simon Glassef2fb1a2012-04-02 13:19:03 +000011
Allen Martin55d98a12012-08-31 08:30:00 +000012#include "tegra20-common.h"
Tom Warrend50f9052011-01-27 10:58:08 +000013
14/* High-level configuration options */
Tom Warren22562a42012-09-04 17:00:24 -070015#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Seaboard"
Tom Warrend50f9052011-01-27 10:58:08 +000016
17/* Board-specific serial config */
Tom Rinidf6a2152022-11-16 13:10:28 -050018#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
Tom Warrend50f9052011-01-27 10:58:08 +000019
Stephen Warrenade0d5c2012-05-24 11:38:39 +000020/* Environment in eMMC, at the end of 2nd "boot sector" */
Simon Glass3e094a82012-02-27 10:52:52 +000021
Simon Glassbad90ee2012-07-29 20:53:30 +000022/* NAND support */
Simon Glassbad90ee2012-07-29 20:53:30 +000023
24/* Max number of NAND devices */
Simon Glass3e7b3292012-11-05 13:21:01 +000025
26#include "tegra-common-post.h"
27
Tom Warrend50f9052011-01-27 10:58:08 +000028#endif /* __CONFIG_H */