Change-Id: I836d8c28c9efce034032fa3bd2e0e15cac1ad23f
This commit is contained in:
Koushik Dutta 2010-09-13 14:33:50 -07:00
parent b5a36a0e20
commit 5a9fe1c964

4
bmlutils/bmlutils.c Normal file
View File

@ -0,0 +1,4 @@
int write_raw_image(const char* partition, const char* filename) {
// flash using redbend_ua here
return 0;
}