Skip to content

Commit

Permalink
imx9/bootloader: Use mstrict-align
Browse files Browse the repository at this point in the history
Use -mstrict-align when building imx9 bootloader

Signed-off-by: Jouni Ukkonen <[email protected]>
  • Loading branch information
joukkone committed Oct 18, 2024
1 parent 23741e7 commit 289c3a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/imx9/Config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ifeq ($(CONFIG_IMX9_BOOTLOADER),y)
FSPI_HEADER_PATH = $(BASE_PATH)$(FSPI_HEADER)
FCB_TOOL = fspi_fcb_gen.sh
FCB_TOOL_PATH = $(BASE_PATH)$(FCB_TOOL)
EXTRAFLAGS += -mstrict-align

define DOWNLOAD_FILES
$(call DOWNLOAD,$(MK_BASE_URL),$(FILE_1),$(FILE_1_PATH))
Expand Down

0 comments on commit 289c3a8

Please sign in to comment.