FreeCalypso > hg > fc-magnetite
changeset 640:16eb1b9640dc
target gtm900 renamed to gtm900mgc2
This change reflects the fact that the build target in question supports
MGC2GSMT hardware only, and will NOT work on other hw that confusing bears
the same end user name of GTM900, neither the LoCosto-based GTM900-C
nor the Calypso-based MG01GSMT that has a different and incompatible RFFE.
If we ever get our hands on a piece of MG01GSMT hw and add support for it,
that other target will be named gtm900mg01.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 31 Jan 2020 00:46:07 +0000 |
parents | 026c98f757a6 |
children | ffe7394d9b60 |
files | targets/gtm900.conf targets/gtm900.h targets/gtm900mgc2.conf targets/gtm900mgc2.h |
diffstat | 4 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/targets/gtm900.conf Thu Jan 30 18:19:01 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_k5a3281.template -MAIN_blob=blobs/patches/main-fchw.lib -INIT_blob=blobs/patches/main-fchw/init.obj -TPUDRV_blob= -FLASH_BASE_ADDR=0 -FLASH_SECTOR_SIZE=0x10000
--- a/targets/gtm900.h Thu Jan 30 18:19:01 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#define CONFIG_TARGET_GTM900 1 -#define CONFIG_TARGET_MGC2GSMT 1 -#define GPIO1_SPEAKER_CTRL 0 -#define UARTFAX_CLASSIC_DTR_DCD 1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/gtm900mgc2.conf Fri Jan 31 00:46:07 2020 +0000 @@ -0,0 +1,6 @@ +LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_k5a3281.template +MAIN_blob=blobs/patches/main-fchw.lib +INIT_blob=blobs/patches/main-fchw/init.obj +TPUDRV_blob= +FLASH_BASE_ADDR=0 +FLASH_SECTOR_SIZE=0x10000