From 3974d6d08e04b642086c39ec87e46963b9750b39 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Fri, 1 Nov 2019 22:53:19 +0900 Subject: [PATCH] lpc54114: Remove offsets_short.h inclusion. This commit removes unnecessary inclusion of offsets_short.h in the LPC54114 start-up code. The offsets_short.h is a kernel private header and must not be included by non-kernel components. The kernel and arch private header directories will be removed from the compiler include path in the near future. For more details, Refer to the issue zephyrproject-rtos/zephyr#20119. Signed-off-by: Stephanos Ioannidis --- mcux/devices/LPC54114/gcc/startup_LPC54114_cm4.S | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mcux/devices/LPC54114/gcc/startup_LPC54114_cm4.S b/mcux/devices/LPC54114/gcc/startup_LPC54114_cm4.S index c23e3115b..4c74ec5b7 100644 --- a/mcux/devices/LPC54114/gcc/startup_LPC54114_cm4.S +++ b/mcux/devices/LPC54114/gcc/startup_LPC54114_cm4.S @@ -48,7 +48,6 @@ #include #include #include -#include #if defined(CONFIG_PLATFORM_SPECIFIC_INIT) && defined(CONFIG_SOC_LPC54114_M4) @@ -62,7 +61,7 @@ rel_vals: .long 0x40000800 /* cpu_ctrl */ .long 0x40000804 /* coproc_boot */ .long 0x40000808 /* coproc_stack */ - .short 0x0FFF + .short 0x0FFF .short 0x0C24 GTEXT(z_platform_init) @@ -75,8 +74,8 @@ SECTION_FUNC(TEXT,z_platform_init) shared_boot_entry: ldr r6, =rel_vals - - /* Flag for slave core (0) */ + + /* Flag for slave core (0) */ movs r4, 0 movs r5, 1