FreeCalypso > hg > fc-magnetite
comparison configure.sh @ 671:5f00e9afd5d9
removing clutter: INIT_blob provision
The lost init.c source was reconstructed from init.obj in 2017; prior
to that reconstruction we were compiling main.lib from partial source:
using the init module in blob form with various binary patches, but
recompiling create_RVtasks.c from source so we could change RiViera SWE
configuration.
We've been using the fully reconstructed version of init.c since 2017,
and now the old INIT_blob provision (which is not used by any config)
is just extra noise in our targets/*.conf files. This commit removes
all bits related to this provision, reducing clutter and making it
easier to add new targets.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 29 May 2020 02:36:39 +0000 |
parents | 76f09f1bea5d |
children | 3e4f212e5d49 |
comparison
equal
deleted
inserted
replaced
670:def882d1b354 | 671:5f00e9afd5d9 |
---|---|
223 | 223 |
224 export BUILD_DIR TARGET USE_STR2IND | 224 export BUILD_DIR TARGET USE_STR2IND |
225 export CHIPSET DSP RF | 225 export CHIPSET DSP RF |
226 export AMR L1_DYN_DSP_DWNLD L1_VOICE_MEMO_AMR MELODY_E2 SPEECH_RECO | 226 export AMR L1_DYN_DSP_DWNLD L1_VOICE_MEMO_AMR MELODY_E2 SPEECH_RECO |
227 export DISABLE_SLEEP | 227 export DISABLE_SLEEP |
228 export INIT_blob | |
229 export DSAMPLE_FULL_COLOR RVTMUX_ON_MODEM UI_CONFIG | 228 export DSAMPLE_FULL_COLOR RVTMUX_ON_MODEM UI_CONFIG |
230 export ALLOW_CSIM_GSM SERIAL_DYNAMIC_SWITCH TR_BAUD_CONFIG | 229 export ALLOW_CSIM_GSM SERIAL_DYNAMIC_SWITCH TR_BAUD_CONFIG |
231 export TRACEMASK_IN_FFS | 230 export TRACEMASK_IN_FFS |
232 | 231 |
233 SUBDIR= | 232 SUBDIR= |