aboutsummaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
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, '=');