annotate gsm-fw/cfgmagic/defimage.smallram @ 976:ca65f5adf1af

rvinterf: print old ASCII GPF traces emitted by 20020917 firmware on D-Sample
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sun, 29 Nov 2015 05:22:41 +0000
parents a8d0bbba7886
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
828
a8d0bbba7886 build flashable images by default when PS is included and target has small RAM
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
1 if [ "$CONFIG_INCLUDE_PS" = 1 ]
a8d0bbba7886 build flashable images by default when PS is included and target has small RAM
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
2 then
a8d0bbba7886 build flashable images by default when PS is included and target has small RAM
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
3 BUILD_DEFAULT_IMAGE=flashImage
a8d0bbba7886 build flashable images by default when PS is included and target has small RAM
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
4 else
a8d0bbba7886 build flashable images by default when PS is included and target has small RAM
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
5 BUILD_DEFAULT_IMAGE=ramImage
a8d0bbba7886 build flashable images by default when PS is included and target has small RAM
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
6 fi