comparison cfgmagic/processconf.sh @ 23:7155882cc49d

cfgmagic/processconf.sh: enable L1_DYN_DSP_DWNLD by default
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 10 Jun 2016 09:33:29 +0000
parents 75a11d740a02
children 6a2b09d3b1b4
comparison
equal deleted inserted replaced
22:fc33e796507a 23:7155882cc49d
21 RVTMUX_UART_port=IrDA 21 RVTMUX_UART_port=IrDA
22 RVTMUX_UART_baud=115200 22 RVTMUX_UART_baud=115200
23 FLASH_BOOT_VIA_BOOTROM=1 23 FLASH_BOOT_VIA_BOOTROM=1
24 FLASHIMAGE_BASE_ADDR=0x2000 24 FLASHIMAGE_BASE_ADDR=0x2000
25 DWNLD=1 25 DWNLD=1
26 L1_DYN_DSP_DWNLD=0 26 L1_DYN_DSP_DWNLD=1
27 27
28 # We always export CONFIG_INCLUDE_xxx to config.h and config.mk, whether 28 # We always export CONFIG_INCLUDE_xxx to config.h and config.mk, whether
29 # enabled or disabled. This way enabling any of these components is 29 # enabled or disabled. This way enabling any of these components is
30 # as simple as CONFIG_INCLUDE_xxx=1, without having to remember the 30 # as simple as CONFIG_INCLUDE_xxx=1, without having to remember the
31 # export_to_{c,mk} magic. 31 # export_to_{c,mk} magic.