2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2013-04-12 18:20:51 +00:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_H
|
|
|
|
#define __CONFIG_H
|
|
|
|
|
2014-02-26 13:47:58 +00:00
|
|
|
#include <linux/sizes.h>
|
2013-04-12 18:20:51 +00:00
|
|
|
|
|
|
|
#include "tegra30-common.h"
|
|
|
|
|
|
|
|
/* High-level configuration options */
|
2022-12-04 15:13:58 +00:00
|
|
|
#define CFG_TEGRA_BOARD_STRING "NVIDIA Beaver"
|
2013-04-12 18:20:51 +00:00
|
|
|
|
|
|
|
/* Board-specific serial config */
|
2022-11-16 18:10:28 +00:00
|
|
|
#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
|
2013-04-12 18:20:51 +00:00
|
|
|
|
|
|
|
#include "tegra-common-post.h"
|
|
|
|
|
|
|
|
#endif /* __CONFIG_H */
|