| commit | c480cca8d2007f5df62a7431beda310911b963e6 | [log] [tgz] |
|---|---|---|
| author | David 'Digit' Turner <digit@android.com> | Fri Feb 25 16:43:34 2011 +0100 |
| committer | David 'Digit' Turner <digit@android.com> | Tue Mar 01 15:31:11 2011 +0100 |
| tree | e3653361f360a21e7528c39e86638ada37d644c3 | |
| parent | 0b0194940523fa3f318c380d0693907bd522241c [diff] [blame] |
Move cache partition initialization to core. Change-Id: I1f887e6f8fc38e43b1fff3f7bab3814b52542762
diff --git a/hw/goldfish_nand.c b/hw/goldfish_nand.c index 2aff835..c9567d3 100644 --- a/hw/goldfish_nand.c +++ b/hw/goldfish_nand.c
@@ -638,6 +638,8 @@ uint32_t extra_size = 64; uint32_t erase_pages = 64; + VERBOSE_PRINT(init, "%s: %s", __FUNCTION__, arg); + while(arg) { next_arg = strchr(arg, ','); value = strchr(arg, '=');