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, '=');