[PATCH 2/2] Add new board gta0x (for Openmoko Freerunner devices) and build it
Steve Markgraf
steve at steve-m.de
Mon May 17 16:12:39 CEST 2010
Hi,
Nico Golde wrote:
> I'm not sure what the correct value is in this case but
> GSM_TXEN is not defined at this point.
Yes, just noticed it, too, currently preparing osmocon patches and will
commit that to my branch today.
diff --git a/src/target/firmware/board/common/rffe_gta0x_triband.c
b/src/target/firmware/board/common/rffe_gta0x_triband.c
index 63003d4..6406f04 100644
--- a/src/target/firmware/board/common/rffe_gta0x_triband.c
+++ b/src/target/firmware/board/common/rffe_gta0x_triband.c
@@ -11,7 +11,7 @@
#define RITA_RESET TSPACT(0) /* Reset of the
Rita TRF6151 */
#define PA_ENABLE TSPACT(9) /* Enable the
Power Amplifier */
-#define GSM_TX TSPACT(3) /* PA GSM
switch, low-active */
+#define GSM_TXEN TSPACT(3) /* PA GSM
switch, low-active */
/* All VCn controls are low-active */
#define ASM_VC1 TSPACT(2) /* Antenna
switch VC1 */
--
Regards,
Steve
More information about the baseband-devel
mailing list