X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Ftegra-common.h;h=d8ae9d1e0d84144861b11f7937f3142b507e5bae;hb=e9c891ff934324d67335f6dee601fa4f77da76a1;hp=9c0c6b9ed36e5f9108c6e63d510b96a469bc83e7;hpb=d021e942107a1f7304a879cec99286ca462f7be3;p=u-boot diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 9c0c6b9ed3..d8ae9d1e0d 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2010-2012 * NVIDIA Corporation - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _TEGRA_COMMON_H_ @@ -43,7 +42,6 @@ /* * select serial console configuration */ -#define CONFIG_CONS_INDEX 1 /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE @@ -94,8 +92,4 @@ /* Misc utility code */ #define CONFIG_BOUNCE_BUFFER -#ifndef CONFIG_SPL_BUILD -#include -#endif - #endif /* _TEGRA_COMMON_H_ */