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
240 B
C
14 lines
240 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* (C) Copyright 2013
|
|
* Avionic Design GmbH <www.avionic-design.de>
|
|
*/
|
|
|
|
#ifndef __CONFIG_H
|
|
#define __CONFIG_H
|
|
|
|
#include "tegra30-common.h"
|
|
#include "tegra-common-post.h"
|
|
|
|
#endif /* __CONFIG_H */
|