diff gsm-fw/cfgmagic/processconf.sh @ 887:7f305eb3c530

gsm-fw: tpudrv12.[ch] extended to support Pirelli DP-L10 target Pirelli ramImage compiles, not tested on hw yet compiled code unchanged in the gtamodem configuration (verified)
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 28 Jun 2015 08:15:10 +0000
parents f5affe83ba2d
children cc9d97d0e911
line wrap: on
line diff
--- a/gsm-fw/cfgmagic/processconf.sh	Sun Jun 28 04:37:13 2015 +0000
+++ b/gsm-fw/cfgmagic/processconf.sh	Sun Jun 28 08:15:10 2015 +0000
@@ -95,12 +95,6 @@
 		1>&2
 	exit 1
 fi
-if [ "$CONFIG_INCLUDE_L1" = 1 -a "$TARGET" != gtamodem ]
-then
-	echo "Error: tpudrv has not been extended to target != gtamodem yet" \
-		1>&2
-	exit 1
-fi
 
 # The list of build components: we have some invariants that are always
 # included, and some others that are included depending on the configuration.