From acbee3546b9a380a4eb33daef3dccfac87c56b0b Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Thu, 1 Oct 2009 13:43:13 -0700 Subject: Move NAND size warning to debug log. Change-Id: I67152761977b330e3f4c1bbe3d8eb99e48e2e7e7 --- hw/goldfish_nand.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hw/goldfish_nand.c') diff --git a/hw/goldfish_nand.c b/hw/goldfish_nand.c index e84a58b..2d23baa 100644 --- a/hw/goldfish_nand.c +++ b/hw/goldfish_nand.c @@ -18,8 +18,8 @@ #define DEBUG 1 #if DEBUG -# define D(...) VERBOSE_PRINT(nand,__VA_ARGS__) -# define D_ACTIVE VERBOSE_CHECK(nand) +# define D(...) VERBOSE_PRINT(init,__VA_ARGS__) +# define D_ACTIVE VERBOSE_CHECK(init) # define T(...) VERBOSE_PRINT(nand_limits,__VA_ARGS__) # define T_ACTIVE VERBOSE_CHECK(nand_limits) #else @@ -593,7 +593,7 @@ void nand_add_dev(const char *arg) pad = dev_size % dev->erase_size; if (pad != 0) { dev_size += (dev->erase_size - pad); - XLOG("rounding devsize up to a full eraseunit, now %llx\n", dev_size); + D("rounding devsize up to a full eraseunit, now %llx\n", dev_size); } dev->devname = devname; dev->devname_len = devname_len; -- cgit v1.1