commit | b5a36a0e2045b9319193f0eeea62c6e2fd6a58fb | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Mon Sep 13 14:33:15 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Mon Sep 13 14:33:15 2010 -0700 |
tree | e816310bb7aac477103523cff82ab68dcfd5d2fd | |
parent | e5678e9249795d26e97687e31ba279ef7127555e [diff] [blame] |
add bmlutils Change-Id: Ia402c4fcd2881cfb7cf7318718933ed64a19ec6b
diff --git a/updater/install.c b/updater/install.c index 759b688..5117706 100644 --- a/updater/install.c +++ b/updater/install.c
@@ -649,7 +649,7 @@ goto done; } -#ifdef BOARD_HAS_CUSTOM_WRITE_RAW_IMAGE +#ifdef BOARD_USES_BMLUTILS if (0 == write_raw_image(name, filename)) { result = partition; }