]> git.sur5r.net Git - u-boot/blobdiff - include/configs/tegra-common.h
common/memsize.c: Increase save array for supporting memory size > 4GB
[u-boot] / include / configs / tegra-common.h
index 9c0c6b9ed36e5f9108c6e63d510b96a469bc83e7..d8ae9d1e0d84144861b11f7937f3142b507e5bae 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  *  (C) Copyright 2010-2012
  *  NVIDIA Corporation <www.nvidia.com>
- *
- * 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 <config_distro_defaults.h>
-#endif
-
 #endif /* _TEGRA_COMMON_H_ */