FreeCalypso > hg > fc-magnetite
comparison components/main @ 536:ae18f9aad7ce
C155 target support implemented in a way that should work
with this model's original bootloader
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 05 Nov 2018 23:15:45 +0000 |
| parents | 838eeafb0051 |
| children | a7ed7d4483b0 |
comparison
equal
deleted
inserted
replaced
| 535:bb9a08797022 | 536:ae18f9aad7ce |
|---|---|
| 68 ASMFLAGS="$ASMFLAGS -dTI_NUC_MONITOR=0" | 68 ASMFLAGS="$ASMFLAGS -dTI_NUC_MONITOR=0" |
| 69 ASMFLAGS="$ASMFLAGS -dL1_GPRS=$GPRS" | 69 ASMFLAGS="$ASMFLAGS -dL1_GPRS=$GPRS" |
| 70 ASMFLAGS="$ASMFLAGS -dOP_WCP=0" | 70 ASMFLAGS="$ASMFLAGS -dOP_WCP=0" |
| 71 ASMFLAGS="$ASMFLAGS -dWCP_PROF=0" | 71 ASMFLAGS="$ASMFLAGS -dWCP_PROF=0" |
| 72 | 72 |
| 73 if [ "$TARGET" = c155 ] | |
| 74 then | |
| 75 ASMFLAGS="$ASMFLAGS -dC155_TARGET=1" | |
| 76 else | |
| 77 ASMFLAGS="$ASMFLAGS -dC155_TARGET=0" | |
| 78 fi | |
| 79 | |
| 73 asm_file $SRCDIR/int.s | 80 asm_file $SRCDIR/int.s |
