mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 04:05:21 +07:00
be7cd2df1d
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>
13 lines
249 B
C
13 lines
249 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _ASM_C6X_SECTIONS_H
|
|
#define _ASM_C6X_SECTIONS_H
|
|
|
|
#include <asm-generic/sections.h>
|
|
|
|
extern char _vectors_start[];
|
|
extern char _vectors_end[];
|
|
|
|
extern char _data_lma[];
|
|
|
|
#endif /* _ASM_C6X_SECTIONS_H */
|