[PATCH 0/2] Remove some leaked-in calypso dependencies

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.

Wolfram Sang wolfram at the-dreams.de
Sat Apr 30 07:53:49 UTC 2011


Hi,

good news: mails are back
bad news: phone lost a battery pin :(

Here are two small patches to help the mediatek-branch compile without calypso
references. These were tested before the breakage and 'make all' still builds
fine for compal.

Regards,

   Wolfram

Wolfram Sang (2):
  comm: msgb: don't set backlight on error
  lib: move delay.c from calypso to lib

 src/target/firmware/calypso/Makefile |    2 +-
 src/target/firmware/calypso/delay.c  |   16 ----------------
 src/target/firmware/comm/msgb.c      |    1 -
 src/target/firmware/lib/Makefile     |    2 +-
 src/target/firmware/lib/delay.c      |   16 ++++++++++++++++
 5 files changed, 18 insertions(+), 19 deletions(-)
 delete mode 100644 src/target/firmware/calypso/delay.c
 create mode 100644 src/target/firmware/lib/delay.c

-- 
1.7.2.5





More information about the baseband-devel mailing list