mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
64c4e9f898
Add support for the tegra30 based cardhu development board. Cardhu is a tablet formfactor reference design for tegra30. The patch provides a device tree for the board, updates Makefile.boot to build the dtb, includes the platform in Kconfig and updates board-dt.c. Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com> Acked-by: Colin Cross <ccross@android.com> Signed-off-by: Olof Johansson <olof@lixom.net>
11 lines
454 B
Clojure
11 lines
454 B
Clojure
zreladdr-$(CONFIG_ARCH_TEGRA_2x_SOC) += 0x00008000
|
|
params_phys-$(CONFIG_ARCH_TEGRA_2x_SOC) := 0x00000100
|
|
initrd_phys-$(CONFIG_ARCH_TEGRA_2x_SOC) := 0x00800000
|
|
|
|
dtb-$(CONFIG_MACH_HARMONY) += tegra-harmony.dtb
|
|
dtb-$(CONFIG_MACH_PAZ00) += tegra-paz00.dtb
|
|
dtb-$(CONFIG_MACH_SEABOARD) += tegra-seaboard.dtb
|
|
dtb-$(CONFIG_MACH_TRIMSLICE) += tegra-trimslice.dtb
|
|
dtb-$(CONFIG_MACH_VENTANA) += tegra-ventana.dtb
|
|
dtb-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra-cardhu.dtb
|