comparison configure-tms470.sh @ 131:11aef23ec647

RVTMUX_ON_MODEM default moved from configure-*.sh to targets/*.conf
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 19 Nov 2018 06:08:48 +0000
parents 7f0681afe430
children 1f43655bb3e4
comparison
equal deleted inserted replaced
130:a312d83bb20c 131:11aef23ec647
73 ;; 73 ;;
74 *) 74 *)
75 echo "Error: DSP=$DSP setting not understood" 1>&2 75 echo "Error: DSP=$DSP setting not understood" 1>&2
76 exit 1 76 exit 1
77 esac 77 esac
78
79 # RVTMUX config default based on target
80
81 if [ "$TARGET" = c11x -o "$TARGET" = c139 -o "$TARGET" = c155 ]
82 then
83 RVTMUX_ON_MODEM=1
84 else
85 RVTMUX_ON_MODEM=0
86 fi
87 78
88 # miscellaneous configurable feature settings 79 # miscellaneous configurable feature settings
89 80
90 ALLOW_CSIM_GSM=1 81 ALLOW_CSIM_GSM=1
91 MEMSUPER=0 82 MEMSUPER=0