From 04f918e00c972c17ce2c4bd706a621088ea5e3af Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 25 Oct 2025 07:15:06 +0200 Subject: msp430fr5994lp: use .ld definitions for ROM/RAM sections --- src/arch/msp430fr5994lp/Makefile.inc | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/arch/msp430fr5994lp/Makefile.inc b/src/arch/msp430fr5994lp/Makefile.inc index afcc347..d90928d 100644 --- a/src/arch/msp430fr5994lp/Makefile.inc +++ b/src/arch/msp430fr5994lp/Makefile.inc @@ -227,16 +227,9 @@ gdb-server: gdb: ${GDB} -ex 'target remote :55000' build/system.elf -ifdef CONFIG_arch_msp430fr5994lp_large_mode attributes: build/system.elf - ${QUIET}script/size.py ${SIZE} text,lower.text,upper.text,data,lower.data,upper.data data,lower.data,upper.data,bss,lower.bss,upper.bss + ${QUIET}script/size.py ${SIZE} lower.rodata,rodata,rodata2,persistent,upper.rodata,data,upper.data,lower.text,text,upper.text leaRAM,lower.data,data,upper.data,lower.bss,bss,noinit nfpvalues: build/system.elf - ${QUIET}script/nfpvalues.py ${SIZE} text,lower.text,upper.text,data,lower.data,upper.data data,lower.data,upper.data,bss,lower.bss,upper.bss -else -attributes: build/system.elf - ${QUIET}script/size.py ${SIZE} text,data data,bss -nfpvalues: build/system.elf - ${QUIET}script/nfpvalues.py ${SIZE} text,data data,bss -endif + ${QUIET}script/nfpvalues.py ${SIZE} .lower.rodata,rodata,rodata2,persistent,upper.rodata,data,upper.data,lower.text,text,upper.text leaRAM,lower.data,data,upper.data,lower.bss,bss,noinit .PHONY: arch_clean arch_help arch_info attributes cat monitor program -- cgit v1.2.3