diff cfgmagic/processconf.sh @ 33:6a2b09d3b1b4

disable L1_DYN_DSP_DWNLD and AMR by default
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 15 Oct 2016 04:23:58 +0000
parents 7155882cc49d
children
line wrap: on
line diff
--- a/cfgmagic/processconf.sh	Sat Oct 15 04:07:40 2016 +0000
+++ b/cfgmagic/processconf.sh	Sat Oct 15 04:23:58 2016 +0000
@@ -23,7 +23,8 @@
 FLASH_BOOT_VIA_BOOTROM=1
 FLASHIMAGE_BASE_ADDR=0x2000
 DWNLD=1
-L1_DYN_DSP_DWNLD=1
+L1_DYN_DSP_DWNLD=0
+ALLOW_AMR_CODEC=0
 
 # We always export CONFIG_INCLUDE_xxx to config.h and config.mk, whether
 # enabled or disabled.  This way enabling any of these components is
@@ -103,6 +104,10 @@
 	export_to_c	L1_DYN_DSP_DWNLD DWNLD
 	export_to_mk	L1_DYN_DSP_DWNLD
 fi
+if [ "$CONFIG_INCLUDE_PCM" = 1 ]
+then
+	export_to_c	ALLOW_AMR_CODEC
+fi
 
 # The list of build components: we have some invariants that are always
 # included, and some others that are included depending on the configuration.