diff options
author | Olof Johansson <olof@lixom.net> | 2012-09-22 16:53:12 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-09-22 17:24:00 -0400 |
commit | b014487044161b83010a9cbe336dbc41d2c38a0b (patch) | |
tree | eb680e8aaf280fbb6a434655bae5cfb5c76f8320 /arch/arm/mach-dove | |
parent | c740ae7404b4b606545d008c7981d0138df44461 (diff) |
ARM: kirkwood: move new dtbs to common Makefile
This moves a few of the newly introduced dtb targets to the common
dts/Makefile instead of the per-platform file.
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-dove')
-rw-r--r-- | arch/arm/mach-dove/Makefile.boot | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-dove/Makefile.boot b/arch/arm/mach-dove/Makefile.boot index cfac9c5157cc..760a0efe7580 100644 --- a/arch/arm/mach-dove/Makefile.boot +++ b/arch/arm/mach-dove/Makefile.boot | |||
@@ -1,7 +1,3 @@ | |||
1 | zreladdr-y += 0x00008000 | 1 | zreladdr-y += 0x00008000 |
2 | params_phys-y := 0x00000100 | 2 | params_phys-y := 0x00000100 |
3 | initrd_phys-y := 0x00800000 | 3 | initrd_phys-y := 0x00800000 |
4 | |||
5 | dtb-$(CONFIG_MACH_DOVE_DT) += dove-dove-db.dtb | ||
6 | dtb-$(CONFIG_MACH_DOVE_DT) += dove-cm-a510.dtb | ||
7 | dtb-$(CONFIG_MACH_DOVE_DT) += dove-cubox.dtb | ||