FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cfgmagic/processconf.sh @ 512:6f4cadd1fd7f
gsm-fw/cfgmagic: beginning of Compal target support
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 02 Jul 2014 01:30:03 +0000 |
parents | 2a26785fb5a2 |
children | 11b6ca57a079 |
comparison
equal
deleted
inserted
replaced
511:92583843f7f8 | 512:6f4cadd1fd7f |
---|---|
17 | 17 |
18 # some defaults | 18 # some defaults |
19 FFS_IN_RAM=1 | 19 FFS_IN_RAM=1 |
20 RVTMUX_UART_port=IrDA | 20 RVTMUX_UART_port=IrDA |
21 RVTMUX_UART_baud=115200 | 21 RVTMUX_UART_baud=115200 |
22 FLASH_BOOT_VIA_BOOTROM=1 | |
22 | 23 |
23 . ./build.conf | 24 . ./build.conf |
24 | 25 |
25 if [ -z "$TARGET" ] | 26 if [ -z "$TARGET" ] |
26 then | 27 then |