diff options
author | Rob Herring <robh@kernel.org> | 2018-08-01 17:00:12 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-10-02 10:22:49 -0400 |
commit | be7cd2df1d22d29e5f23ce8744fc465cc07cc2bc (patch) | |
tree | a4cd426bc23d72fab2a595f149dcbf353cd23b6a /arch/c6x/include/asm/sections.h | |
parent | a91c614510478598051e8c49adb9863ee47959ec (diff) |
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/asm/sections.h')
-rw-r--r-- | arch/c6x/include/asm/sections.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/c6x/include/asm/sections.h b/arch/c6x/include/asm/sections.h index d6c591ab5b7e..dc2f15eb3bde 100644 --- a/arch/c6x/include/asm/sections.h +++ b/arch/c6x/include/asm/sections.h | |||
@@ -8,6 +8,5 @@ extern char _vectors_start[]; | |||
8 | extern char _vectors_end[]; | 8 | extern char _vectors_end[]; |
9 | 9 | ||
10 | extern char _data_lma[]; | 10 | extern char _data_lma[]; |
11 | extern char _fdt_start[], _fdt_end[]; | ||
12 | 11 | ||
13 | #endif /* _ASM_C6X_SECTIONS_H */ | 12 | #endif /* _ASM_C6X_SECTIONS_H */ |