summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile.boot
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-09-26 13:08:59 -0600
committerStephen Warren <swarren@nvidia.com>2013-03-29 18:10:25 -0600
commit9002722560ba86a2f59811e3d11a2575bf47e1f6 (patch)
tree3bbdaa0359cf2b64740dbd4e3aec5eb219b96f48 /arch/arm/mach-tegra/Makefile.boot
parente4bcda28344cc4762c57ad7333f0472a39e83479 (diff)
ARM: tegra: convert to multi-platform
This allows Tegra be included in a kernel build that supports multiple SoCs at once, which is useful for distro kernels. This change: * Moves Tegra's Kconfig into its own directory, as seems typical for multi-platform conversions. * Stops selecting some ARM errata that are incompatible with multi- platform. This requires that you use a bootloader that enables the workaround! * Deletes some headers and Makefile.boot that aren't needed now that we support multi-platform. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile.boot')
-rw-r--r--arch/arm/mach-tegra/Makefile.boot3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/Makefile.boot b/arch/arm/mach-tegra/Makefile.boot
deleted file mode 100644
index 29433816233c..000000000000
--- a/arch/arm/mach-tegra/Makefile.boot
+++ /dev/null
@@ -1,3 +0,0 @@
-zreladdr-$(CONFIG_ARCH_TEGRA_2x_SOC) += 0x00008000
-params_phys-$(CONFIG_ARCH_TEGRA_2x_SOC) := 0x00000100
-initrd_phys-$(CONFIG_ARCH_TEGRA_2x_SOC) := 0x00800000