X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftegra30-common.h;h=70964a90ceab37a969ea4c8194351adc04a63cea;hb=d01806a8fcbdaedcc67cead56ece572021d97ab7;hp=baf3d00f34ba5272937ac657fed3339506791507;hpb=b89dfcfd926b8224edd24608065eb9bb601c0d3b;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/tegra30-common.h b/include/configs/tegra30-common.h index baf3d00..70964a9 100644 --- a/include/configs/tegra30-common.h +++ b/include/configs/tegra30-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 _TEGRA30_COMMON_H_ @@ -10,12 +9,6 @@ #include "tegra-common.h" /* - * Errata configuration - */ -#define CONFIG_ARM_ERRATA_743622 -#define CONFIG_ARM_ERRATA_751472 - -/* * NS16550 Configuration */ #define V_NS16550_CLK 408000000 /* 408MHz (pllp_out0) */ @@ -28,7 +21,6 @@ /*----------------------------------------------------------------------- * Physical Memory Map */ -#define CONFIG_SYS_TEXT_BASE 0x80110000 /* * Memory layout for where various images get loaded by boot scripts: @@ -70,6 +62,5 @@ /* For USB EHCI controller */ #define CONFIG_EHCI_IS_TDI #define CONFIG_USB_EHCI_TXFIFO_THRESH 0x10 -#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 1 #endif /* _TEGRA30_COMMON_H_ */