arm: include: Add DTS generated file to arch.h
This patch moves the include for the generated_dts_board.h inside of the include/arch/arm/arch.h file. This was done to simplify the includes required for files. Only two files will include the dts generated include file directly: arch.h and the linker.ld Change-Id: I2614f4fd4eeed2ab635a3264d7dac8b83f97b760 Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
b4b395845a
commit
ac37e3e2c7
5 changed files with 4 additions and 4 deletions
|
@ -16,6 +16,9 @@
|
|||
#ifndef _ARM_ARCH__H_
|
||||
#define _ARM_ARCH__H_
|
||||
|
||||
/* Add include for DTS generated information */
|
||||
#include <generated_dts_board.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue