commit | 8a8e6cc33cc0dcfe7e184b59d5ef1f1c29095509 | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Wed Jul 07 13:55:25 2010 -0700 |
committer | Doug Zongker <dougz@android.com> | Wed Sep 15 11:12:11 2010 -0700 |
tree | cbb9f0e04184cb02027d556d84799d69227cf7c3 | |
parent | 56c5105bd7096704eaed35329b2c8c84cc282867 [diff] [blame] |
(cherry-pick) EMMC support in applypatch Let applypatch read and write EMMC partitions as well as MTD ones. This enables incremental updates that include boot image changes, as well as OTA of new recovery partitions. Change-Id: Ib1861219c7ca66dff29ad02d6a0a14e5f03eb4d8
diff --git a/ui.c b/ui.c index 13df169..84a9b85 100644 --- a/ui.c +++ b/ui.c
@@ -29,7 +29,7 @@ #include "minui/minui.h" #include "recovery_ui.h" -#define MAX_COLS 64 +#define MAX_COLS 96 #define MAX_ROWS 32 #define CHAR_WIDTH 10