forked from Minki/linux
702b0e4f2f
Most ARM ${board}.dts files are already named ${soc}-${board}.dts. This change modifies the Tegra board files to be named the same way for consistency. Once a related change is made in U-Boot, this will cause both U-Boot and the kernel to use the same names for the .dts files and SoC identifiers, thus allowing U-Boot's recently added "soc" and "board" environment variables to be used to construct the name of Tegra .dtb files, and hence allow board-generic U-Boot bootcmd scripts to be written. Signed-off-by: Stephen Warren <swarren@nvidia.com>
11 lines
466 B
Clojure
11 lines
466 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) += tegra20-harmony.dtb
|
|
dtb-$(CONFIG_MACH_PAZ00) += tegra20-paz00.dtb
|
|
dtb-$(CONFIG_MACH_SEABOARD) += tegra20-seaboard.dtb
|
|
dtb-$(CONFIG_MACH_TRIMSLICE) += tegra20-trimslice.dtb
|
|
dtb-$(CONFIG_MACH_VENTANA) += tegra20-ventana.dtb
|
|
dtb-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra30-cardhu.dtb
|