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