Hi Parbhakar, Thanks a lot for your comments!
> -----Original Message----- > From: Prabhakar Kushwaha > Sent: Tuesday, March 07, 2017 11:20 AM > To: Z.Q. Hou <[email protected]>; [email protected]; > [email protected]; york sun <[email protected]>; > [email protected]; [email protected]; Xiaobo Xie > <[email protected]> > Cc: Z.Q. Hou <[email protected]> > Subject: RE: [U-Boot] [PATCH 2/5] mtd: nand: remove nand size print from > nand_init function > > > > -----Original Message----- > > From: U-Boot [mailto:[email protected]] On Behalf Of > > Zhiqiang Hou > > Sent: Friday, March 03, 2017 7:01 PM > > To: [email protected]; [email protected]; york sun > > <[email protected]>; [email protected]; [email protected]; > Xiaobo > > Xie <[email protected]> > > Cc: Z.Q. Hou <[email protected]> > > Subject: [U-Boot] [PATCH 2/5] mtd: nand: remove nand size print from > > nand_init function > > > > From: Hou Zhiqiang <[email protected]> > > > > 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. > > > > What problem is faced if nand_init() printing NAND size When the nand_init() called by other function than initr_nand(), it will print an isolated size and don't know what's this size for. Thanks, Zhiqiang _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

