# HG changeset patch # User Mychaela Falconia # Date 1590721876 0 # Node ID 3e4f212e5d49eb397cfd9f35d9b0a7d875529cdb # Parent 5f00e9afd5d9d7f9088c8e0f12bc959f9172ec09 targets/*.conf cleanup: remove unnecessary TPUDRV_blob= lines MAIN_blob= and/or TPUDRV_blob= may be *optionally* defined in targets/*.conf files; if either variable is defined, it means that using the specified version of the blob library is allowed on this target, albeit likely suboptimal; if the variable is not defined, then using a blob is not an option and compilation from source is required for this component. MAIN_blob= and TPUDRV_blob= are now defaulted to empty in configure.sh, thus there is no need to explicitly specify that using a blob is not a valid option. diff -r 5f00e9afd5d9 -r 3e4f212e5d49 configure.sh --- a/configure.sh Fri May 29 02:36:39 2020 +0000 +++ b/configure.sh Fri May 29 03:11:16 2020 +0000 @@ -63,6 +63,8 @@ DISABLE_SLEEP=0 RVTMUX_ON_MODEM=0 UI_CONFIG=bigcolor +MAIN_blob= +TPUDRV_blob= . "targets/$TARGET.conf" diff -r 5f00e9afd5d9 -r 3e4f212e5d49 targets/c11x.conf --- a/targets/c11x.conf Fri May 29 02:36:39 2020 +0000 +++ b/targets/c11x.conf Fri May 29 03:11:16 2020 +0000 @@ -1,6 +1,5 @@ LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_motc139.template MAIN_blob=blobs/patches/main-rvtmodem.lib -TPUDRV_blob= FLASH_BASE_ADDR=0x10000 FLASH_SECTOR_SIZE=0x10000 RVTMUX_ON_MODEM=1 diff -r 5f00e9afd5d9 -r 3e4f212e5d49 targets/c139.conf --- a/targets/c139.conf Fri May 29 02:36:39 2020 +0000 +++ b/targets/c139.conf Fri May 29 03:11:16 2020 +0000 @@ -1,6 +1,5 @@ LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_motc139.template MAIN_blob=blobs/patches/main-rvtmodem.lib -TPUDRV_blob= FLASH_BASE_ADDR=0x10000 FLASH_SECTOR_SIZE=0x10000 RVTMUX_ON_MODEM=1 diff -r 5f00e9afd5d9 -r 3e4f212e5d49 targets/c155.conf --- a/targets/c155.conf Fri May 29 02:36:39 2020 +0000 +++ b/targets/c155.conf Fri May 29 03:11:16 2020 +0000 @@ -1,6 +1,5 @@ LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_motc155.template MAIN_blob=blobs/patches/main-rvtmodem.lib -TPUDRV_blob= FLASH_BASE_ADDR=0x20000 FLASH_SECTOR_SIZE=0x10000 RVTMUX_ON_MODEM=1 diff -r 5f00e9afd5d9 -r 3e4f212e5d49 targets/gtm900mgc.conf --- a/targets/gtm900mgc.conf Fri May 29 02:36:39 2020 +0000 +++ b/targets/gtm900mgc.conf Fri May 29 03:11:16 2020 +0000 @@ -1,5 +1,4 @@ LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_k5a3281.template MAIN_blob=blobs/patches/main-fchw.lib -TPUDRV_blob= FLASH_BASE_ADDR=0 FLASH_SECTOR_SIZE=0x10000 diff -r 5f00e9afd5d9 -r 3e4f212e5d49 targets/j100.conf --- a/targets/j100.conf Fri May 29 02:36:39 2020 +0000 +++ b/targets/j100.conf Fri May 29 03:11:16 2020 +0000 @@ -1,6 +1,5 @@ LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_motc139.template MAIN_blob=blobs/patches/main-rvtmodem.lib -TPUDRV_blob= FLASH_BASE_ADDR=0x10000 FLASH_SECTOR_SIZE=0x10000 RVTMUX_ON_MODEM=1 diff -r 5f00e9afd5d9 -r 3e4f212e5d49 targets/pirelli.conf --- a/targets/pirelli.conf Fri May 29 02:36:39 2020 +0000 +++ b/targets/pirelli.conf Fri May 29 03:11:16 2020 +0000 @@ -1,6 +1,5 @@ LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_pirelli_flash.template RAM_LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_pirelli_ram.template MAIN_blob=blobs/patches/main-pirelli.lib -TPUDRV_blob= FLASH_BASE_ADDR=0 FLASH_SECTOR_SIZE=0x40000