diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-09-26 21:08:59 +0200 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-03-30 01:10:25 +0100 |
commit | 9002722560ba86a2f59811e3d11a2575bf47e1f6 (patch) | |
tree | 3bbdaa0359cf2b64740dbd4e3aec5eb219b96f48 /arch/arm/mach-tegra/Makefile.boot | |
parent | ARM: tegra: move <mach/powergate.h> to <linux/tegra-powergate.h> (diff) | |
download | linux-9002722560ba86a2f59811e3d11a2575bf47e1f6.tar.xz linux-9002722560ba86a2f59811e3d11a2575bf47e1f6.zip |
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.boot | 3 |
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 |