From fd59c330bec77e7b9241e478efb1e1c508480d1d Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Tue, 1 Mar 2011 00:48:52 +0100 Subject: Move data partition initialization to core. Change-Id: I3c2b4668593391026da028194503fc87246e44ba --- hw/goldfish_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/goldfish_nand.c') diff --git a/hw/goldfish_nand.c b/hw/goldfish_nand.c index c9567d3..6d2182f 100644 --- a/hw/goldfish_nand.c +++ b/hw/goldfish_nand.c @@ -794,7 +794,7 @@ void nand_add_dev(const char *arg) exit(1); } if(do_write(rwfd, dev->data, read_size) != read_size) { - XLOG("could not write file %s, %s\n", initfilename, strerror(errno)); + XLOG("could not write file %s, %s\n", rwfilename, strerror(errno)); exit(1); } } while(read_size == dev->erase_size); -- cgit v1.1