reversed logic

Change-Id: Ie29418d7e3d82345f82888ade3eabdf6af5865f6
This commit is contained in:
Koushik Dutta 2011-06-27 11:30:31 -07:00
parent 7305f7d956
commit 9e08693670

View File

@ -340,7 +340,7 @@ run_exec_process ( char **argv) {
int
format_ext3_device (const char *device) {
#ifdef BOARD_HAS_SMALL_RECOVERY
#ifndef BOARD_HAS_SMALL_RECOVERY
char *const mke2fs[] = {MKE2FS_BIN, "-j", "-q", device, NULL};
char *const tune2fs[] = {TUNE2FS_BIN, "-C", "1", device, NULL};
#else