aboutsummaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-02-25 16:43:34 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-03-01 15:31:11 +0100
commitc480cca8d2007f5df62a7431beda310911b963e6 (patch)
treee3653361f360a21e7528c39e86638ada37d644c3 /hw
parent0b0194940523fa3f318c380d0693907bd522241c (diff)
downloadexternal_qemu-c480cca8d2007f5df62a7431beda310911b963e6.zip
external_qemu-c480cca8d2007f5df62a7431beda310911b963e6.tar.gz
external_qemu-c480cca8d2007f5df62a7431beda310911b963e6.tar.bz2
Move cache partition initialization to core.
Change-Id: I1f887e6f8fc38e43b1fff3f7bab3814b52542762
Diffstat (limited to 'hw')
-rw-r--r--hw/goldfish_nand.c2
1 files changed, 2 insertions, 0 deletions
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 @@ void nand_add_dev(const char *arg)
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, '=');