Skip to content

Commit 314e848

Browse files
dleach02carlescufi
authored andcommitted
hal: nxp: Centralize handling of SDK custom sections
The NXP SDK defines CodeQuickAccess and DataQuickAccess sections for locating critical items that need faster access. Centralize the handling of these sections instead of doing it per SOC. Fixes zephyrproject-rtos#44453 Signed-off-by: David Leach <[email protected]>
1 parent 6e8cb0d commit 314e848

File tree

5 files changed

+1
-25
lines changed

5 files changed

+1
-25
lines changed

soc/arm/nxp_imx/rt5xx/CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,4 @@ zephyr_library_include_directories(
1919
zephyr_linker_sources_ifdef(CONFIG_NXP_IMX_RT5XX_BOOT_HEADER
2020
ROM_START SORT_KEY 0 boot_header.ld)
2121

22-
zephyr_linker_sources(
23-
RWDATA quick_access.ld)
24-
2522
zephyr_code_relocate(flash_clock_setup.c SRAM)

soc/arm/nxp_imx/rt5xx/quick_access.ld

-9
This file was deleted.

soc/arm/nxp_imx/rt6xx/CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,5 @@ zephyr_library_include_directories(
2020
zephyr_linker_sources_ifdef(CONFIG_NXP_IMX_RT6XX_BOOT_HEADER
2121
ROM_START SORT_KEY 0 boot_header.ld)
2222

23-
zephyr_linker_sources(
24-
RWDATA quick_access.ld)
25-
2623
zephyr_linker_sources_ifdef(CONFIG_USB_DEVICE_DRIVER
2724
SECTIONS usb.ld)

soc/arm/nxp_imx/rt6xx/quick_access.ld

-9
This file was deleted.

west.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ manifest:
9898
groups:
9999
- hal
100100
- name: hal_nxp
101-
revision: a3d46260cc3544777c5ca2105f9c2b84c182c04c
101+
revision: ca1610119ca147b2cd1b875238881e4abb805297
102102
path: modules/hal/nxp
103103
groups:
104104
- hal

0 commit comments

Comments
 (0)