u-boot/include/configs/p2371-2180.h
Svyatoslav Ryhel ee3462160c ARM: tegra: convert CFG_TEGRA_BOARD_STRING into Kconfig option
Convert CFG_TEGRA_BOARD_STRING into Kconfig option and move it into device
board Kconfig.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2025-04-12 09:48:30 +03:00

15 lines
273 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2013-2015
* NVIDIA Corporation <www.nvidia.com>
*/
#ifndef _P2371_2180_H
#define _P2371_2180_H
#include <linux/sizes.h>
#include "tegra210-common.h"
#include "tegra-common-post.h"
#endif /* _P2371_2180_H */