summaryrefslogtreecommitdiffstats
path: root/arch/c6x/boot/dts/linked_dtb.S
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-08-01 23:00:12 +0200
committerRob Herring <robh@kernel.org>2018-10-02 16:22:49 +0200
commitbe7cd2df1d22d29e5f23ce8744fc465cc07cc2bc (patch)
treea4cd426bc23d72fab2a595f149dcbf353cd23b6a /arch/c6x/boot/dts/linked_dtb.S
parentnios2: fix building all dtbs (diff)
downloadlinux-be7cd2df1d22d29e5f23ce8744fc465cc07cc2bc.tar.xz
linux-be7cd2df1d22d29e5f23ce8744fc465cc07cc2bc.zip
c6x: use common built-in dtb support
Using the common build support for built-in dtb files just requires adding a .dtb.o target to obj-y. The dtb now needs to be copied when unflattened because an init section is used now. Cc: Mark Salter <msalter@redhat.com> Cc: Aurelien Jacquiot <jacquiot.aurelien@gmail.com> Cc: linux-c6x-dev@linux-c6x.org Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/c6x/boot/dts/linked_dtb.S')
-rw-r--r--arch/c6x/boot/dts/linked_dtb.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/c6x/boot/dts/linked_dtb.S b/arch/c6x/boot/dts/linked_dtb.S
deleted file mode 100644
index cf347f1d16ce..000000000000
--- a/arch/c6x/boot/dts/linked_dtb.S
+++ /dev/null
@@ -1,2 +0,0 @@
-.section __fdt_blob,"a"
-.incbin "arch/c6x/boot/dts/builtin.dtb"