u-boot/include/configs/p2571.h
Tom Rini e660e972c4 global: Migrate CONFIG_TEGRA_BOARD_STRING to CFG
Perform a simple rename of CONFIG_TEGRA_BOARD_STRING to CFG_TEGRA_BOARD_STRING

Signed-off-by: Tom Rini <trini@konsulko.com>
2022-12-23 10:15:12 -05:00

23 lines
441 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2013-2015
* NVIDIA Corporation <www.nvidia.com>
*/
#ifndef _P2571_H
#define _P2571_H
#include <linux/sizes.h>
#include "tegra210-common.h"
/* High-level configuration options */
#define CFG_TEGRA_BOARD_STRING "NVIDIA P2571"
/* Board-specific serial config */
/* Environment in eMMC, at the end of 2nd "boot sector" */
#include "tegra-common-post.h"
#endif /* _P2571_H */