mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00

Convert CFG_TEGRA_BOARD_STRING into Kconfig option and move it into device board Kconfig. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
14 lines
234 B
C
14 lines
234 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2013-2016, NVIDIA CORPORATION.
|
|
*/
|
|
|
|
#ifndef _P2771_0000_H
|
|
#define _P2771_0000_H
|
|
|
|
#include <linux/sizes.h>
|
|
|
|
#include "tegra186-common.h"
|
|
#include "tegra-common-post.h"
|
|
|
|
#endif
|