summaryrefslogtreecommitdiffstats
path: root/arch/c6x/include
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-08-01 15:00:12 -0600
committerRob Herring <robh@kernel.org>2018-10-02 09:22:49 -0500
commitbe7cd2df1d22d29e5f23ce8744fc465cc07cc2bc (patch)
treea4cd426bc23d72fab2a595f149dcbf353cd23b6a /arch/c6x/include
parenta91c614510478598051e8c49adb9863ee47959ec (diff)
downloadlinux-0-day-be7cd2df1d22d29e5f23ce8744fc465cc07cc2bc.tar.gz
linux-0-day-be7cd2df1d22d29e5f23ce8744fc465cc07cc2bc.tar.xz
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/include')
-rw-r--r--arch/c6x/include/asm/sections.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/c6x/include/asm/sections.h b/arch/c6x/include/asm/sections.h
index d6c591ab5b7ef..dc2f15eb3bdef 100644
--- a/arch/c6x/include/asm/sections.h
+++ b/arch/c6x/include/asm/sections.h
@@ -8,6 +8,5 @@ extern char _vectors_start[];
extern char _vectors_end[];
extern char _data_lma[];
-extern char _fdt_start[], _fdt_end[];
#endif /* _ASM_C6X_SECTIONS_H */