Skip to content

Commit

Permalink
soc: infineon: cyw20829: Updates linker script
Browse files Browse the repository at this point in the history
Add missed #include <zephyr/toolchain/common.h>
in linker script to fix build error with
samples/subsys/bindesc/hello_bindesc

Signed-off-by: Sreeram Tatapudi <sreeram.praveen@infineon.com>
  • Loading branch information
sreeramIfx authored and aescolar committed Jul 2, 2024
1 parent 28b03b8 commit e3f4a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soc/infineon/cat1b/cyw20829/linker.ld
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#include <zephyr/linker/sections.h>
#include <zephyr/devicetree.h>
#include <zephyr/toolchain/common.h>

#include <zephyr/linker/devicetree_regions.h>
#include <zephyr/linker/linker-defs.h>
Expand Down

0 comments on commit e3f4a63

Please sign in to comment.