FreeCalypso > hg > freecalypso-sw
changeset 924:aac4d4b15d2f
gsm-fw: static DSP patch download enabled by default
| author | Mychaela Falconia <falcon@ivan.Harhan.ORG> | 
|---|---|
| date | Mon, 19 Oct 2015 18:14:23 +0000 | 
| parents | 10b4bed10192 | 
| children | c56ba3363aa3 | 
| files | gsm-fw/cfgmagic/processconf.sh | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/gsm-fw/cfgmagic/processconf.sh Mon Oct 19 17:13:56 2015 +0000 +++ b/gsm-fw/cfgmagic/processconf.sh Mon Oct 19 18:14:23 2015 +0000 @@ -21,7 +21,7 @@ RVTMUX_UART_baud=115200 FLASH_BOOT_VIA_BOOTROM=1 FLASHIMAGE_BASE_ADDR=0x2000 -DWNLD=0 +DWNLD=1 L1_DYN_DSP_DWNLD=0 # We always export CONFIG_INCLUDE_xxx to config.h and config.mk, whether
