From c480cca8d2007f5df62a7431beda310911b963e6 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Fri, 25 Feb 2011 16:43:34 +0100 Subject: Move cache partition initialization to core. Change-Id: I1f887e6f8fc38e43b1fff3f7bab3814b52542762 --- hw/goldfish_nand.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw') 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, '='); -- cgit v1.1