From 8a8e6cc33cc0dcfe7e184b59d5ef1f1c29095509 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Wed, 7 Jul 2010 13:55:25 -0700 Subject: (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 --- ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.c') diff --git a/ui.c b/ui.c index 13df1696d..84a9b85c2 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 -- cgit v1.2.3