blob: f272fe9bf8f1f69c2f2af691a8d93d84679f0482 [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 Warren29f3e3f2012-09-04 17:00:24 -070015#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Seaboard"
Tom Warrenee4bbbc2011-01-27 10:58:08 +000016
17/* Board-specific serial config */
Tom Warren29f3e3f2012-09-04 17:00:24 -070018#define CONFIG_TEGRA_ENABLE_UARTD
Tom Rini91092132022-11-16 13:10:28 -050019#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
Tom Warrenee4bbbc2011-01-27 10:58:08 +000020
Stephen Warrenf9f2f122012-05-24 11:38:39 +000021/* Environment in eMMC, at the end of 2nd "boot sector" */
Simon Glassdb44ebd2012-02-27 10:52:52 +000022
Simon Glass0dd84082012-07-29 20:53:30 +000023/* NAND support */
Simon Glass0dd84082012-07-29 20:53:30 +000024
25/* Max number of NAND devices */
Simon Glassef24c382012-11-05 13:21:01 +000026
27#include "tegra-common-post.h"
28
Tom Warrenee4bbbc2011-01-27 10:58:08 +000029#endif /* __CONFIG_H */