commit | 5a9fe1c964d535db42405a723fec15e5bfbdb95a | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Mon Sep 13 14:33:50 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Mon Sep 13 14:33:50 2010 -0700 |
tree | e5efc2d54c19192c84ff33d98a50d8a5149f3712 | |
parent | b5a36a0e2045b9319193f0eeea62c6e2fd6a58fb [diff] [blame] |
missing Change-Id: I836d8c28c9efce034032fa3bd2e0e15cac1ad23f
diff --git a/bmlutils/bmlutils.c b/bmlutils/bmlutils.c new file mode 100644 index 0000000..b870a58 --- /dev/null +++ b/bmlutils/bmlutils.c
@@ -0,0 +1,4 @@ +int write_raw_image(const char* partition, const char* filename) { + // flash using redbend_ua here + return 0; +} \ No newline at end of file