FreeCalypso > hg > freecalypso-sw
comparison loadtools/clmain.c @ 55:278052b6afda
loadtools: started laying the foundation for flash support
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 23 Jun 2013 20:13:59 +0000 |
parents | 604648026e9c |
children | ccc5161848c7 |
comparison
equal
deleted
inserted
replaced
54:50b652bc3a4f | 55:278052b6afda |
---|---|
96 printf("Sending XRAM image to loadagent\n"); | 96 printf("Sending XRAM image to loadagent\n"); |
97 perform_chain_load(); | 97 perform_chain_load(); |
98 tty_passthru(); | 98 tty_passthru(); |
99 exit(0); | 99 exit(0); |
100 } | 100 } |
101 | |
102 /* called from hwparam.c config file parser */ | |
103 /* stub needed for fc-xram to link */ | |
104 void | |
105 set_default_exit_mode() | |
106 { | |
107 } |