fusee_cpp: skeleton the remaining code flow

This commit is contained in:
Michael Scire 2021-08-27 17:35:57 -07:00 committed by SciresM
parent ecbf13e45d
commit 80999988d4
7 changed files with 151 additions and 4 deletions

View file

@ -23,6 +23,7 @@ SECTIONS {
BYTE(0x00);
}
.ovl_mtc_erista {
KEEP(*(.text._ZN3ams6nxboot22DoMemoryTrainingEristaEv))
fusee_mtc_erista.o(.text*);
fusee_mtc_erista.o(.rodata*);
fusee_mtc_erista.o(.data*);
@ -32,6 +33,7 @@ SECTIONS {
BYTE(0x00);
}
.ovl_mtc_mariko {
KEEP(*(.text._ZN3ams6nxboot22DoMemoryTrainingMarikoEv))
fusee_mtc_mariko.o(.text*);
fusee_mtc_mariko.o(.rodata*);
fusee_mtc_mariko.o(.data*);