comparison components/main-init @ 604:a7ed7d4483b0

main assembly boot path code: MEMIF change for 26 MHz targets as explained in the MEMIF-wait-states document
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 17 Jun 2019 02:11:17 +0000
parents 3575e65c059e
children 8cf3029429f3
comparison
equal deleted inserted replaced
603:b13731665274 604:a7ed7d4483b0
83 ASMFLAGS="$ASMFLAGS -dC155_TARGET=1" 83 ASMFLAGS="$ASMFLAGS -dC155_TARGET=1"
84 else 84 else
85 ASMFLAGS="$ASMFLAGS -dC155_TARGET=0" 85 ASMFLAGS="$ASMFLAGS -dC155_TARGET=0"
86 fi 86 fi
87 87
88 if [ "$RF" = 12 ]
89 then
90 ASMFLAGS="$ASMFLAGS -dVCXO_26MHZ=1"
91 else
92 ASMFLAGS="$ASMFLAGS -dVCXO_26MHZ=0"
93 fi
94
88 asm_file $SRCDIR/int.s 95 asm_file $SRCDIR/int.s