You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can simply add LD_FILE_BOARD and/or LD_FILE_COMMON
to a board's mpconfigboard.mk to change the linker
scripts, such as to change the section sizes, or
change the contents for each region. Example usage:
LD_FILE_BOARD = $(BOARD_DIR)/my_board.ld
LD_FILE_COMMON = $(BOARD_DIR)/my_common.ld
Signed-off-by: Dryw Wade <[email protected]>
0 commit comments