Skip to content

Conversation

@henrikbrixandersen
Copy link
Member

@henrikbrixandersen henrikbrixandersen commented Aug 12, 2024

Add missing "0" to the SRAM devicetree node addresses to fix the following warning:

CMake Warning at /home/brix/Projects/zephyrproject/zephyr/cmake/modules/dts.cmake:403 (message):
  dtc raised one or more warnings:

  /home/brix/Projects/zephyrproject/zephyr/build/zephyr/zephyr.dts:14.21-44.5:
  Warning (simple_bus_reg): /soc/sram@400000: simple-bus unit address format
  error, expected "4000000"

Call Stack (most recent call first):
  /home/brix/Projects/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:132 (include)
  /home/brix/Projects/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/brix/Projects/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
  CMakeLists.txt:5 (find_package)

Fixes: #77089

Add missing "0" to the SRAM devicetree node addresses.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
@henrikbrixandersen henrikbrixandersen added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Aug 12, 2024
@dleach02 dleach02 added the backport v3.7-branch Request backport to the v3.7-branch label Aug 14, 2024
@nashif nashif merged commit ec85b0b into zephyrproject-rtos:main Aug 14, 2024
@henrikbrixandersen henrikbrixandersen deleted the lpc55sxxx_sram_node_fix branch August 21, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport v3.7-branch Request backport to the v3.7-branch platform: NXP NXP Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

nxp: lpc55sxx: sram node address error

5 participants