Re: [U-Boot] [PATCH 2/5] mtd: nand: remove nand size print from nand_init function

2017-03-07 Thread Z.Q. Hou
> > Cc: Z.Q. Hou > Subject: RE: [U-Boot] [PATCH 2/5] mtd: nand: remove nand size print from > nand_init function > > > > -Original Message- > > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of > > Zhiqiang Hou > > Sent: Fr

Re: [U-Boot] [PATCH 2/5] mtd: nand: remove nand size print from nand_init function

2017-03-06 Thread Prabhakar Kushwaha
Z.Q. Hou > Subject: [U-Boot] [PATCH 2/5] mtd: nand: remove nand size print from nand_init > function > > From: Hou Zhiqiang > > Add nand_size() function to move the nand size print into initr_nand(). > Remove nand size print from nand_init() to allow other function to

[U-Boot] [PATCH 2/5] mtd: nand: remove nand size print from nand_init function

2017-03-03 Thread Zhiqiang Hou
From: Hou Zhiqiang Add nand_size() function to move the nand size print into initr_nand(). Remove nand size print from nand_init() to allow other function to call nand_init() without printing nand size. Signed-off-by: Hou Zhiqiang --- common/board_r.c| 1 + drivers/mtd/nand/nand.c | 7