diff options
author | Olof Johansson <olof@lixom.net> | 2012-09-22 13:53:12 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-09-22 14:24:00 -0700 |
commit | b014487044161b83010a9cbe336dbc41d2c38a0b (patch) | |
tree | eb680e8aaf280fbb6a434655bae5cfb5c76f8320 /arch/arm/mach-dove | |
parent | c740ae7404b4b606545d008c7981d0138df44461 (diff) | |
download | talos-op-linux-b014487044161b83010a9cbe336dbc41d2c38a0b.tar.gz talos-op-linux-b014487044161b83010a9cbe336dbc41d2c38a0b.zip |
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 @@ zreladdr-y += 0x00008000 params_phys-y := 0x00000100 initrd_phys-y := 0x00800000 - -dtb-$(CONFIG_MACH_DOVE_DT) += dove-dove-db.dtb -dtb-$(CONFIG_MACH_DOVE_DT) += dove-cm-a510.dtb -dtb-$(CONFIG_MACH_DOVE_DT) += dove-cubox.dtb |