From 5a9fe1c964d535db42405a723fec15e5bfbdb95a Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Mon, 13 Sep 2010 14:33:50 -0700 Subject: [PATCH] missing Change-Id: I836d8c28c9efce034032fa3bd2e0e15cac1ad23f --- bmlutils/bmlutils.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bmlutils/bmlutils.c 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