> -----Original Message----- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: 21 March 2012 12:52 > To: Luka Perkov > Cc: u-boot@lists.denx.de; drea...@doukki.net; Wolfgang Denk; Prafulla > Wadaskar > Subject: Re: [U-Boot] [PATCH v2] add new board nas62x0 > > Dear Luka Perkov, > > > Hi Marek, > > ...snip... > > > > This is my proposal - I'll resend v4 and it should be ok to > commit > > > > > > > > without fixes for: > > > > 1) IB62x0_OE_LOW and IB62x0_OE_HIGH > > > > 2) CONFIG_SKIP_LOWLEVEL_INIT > > > > 3) ifdef indentation > > > > > > > > Because fixing the 1) and 2) is more than adding support for > this new > > > > board, and if it was in the same patch I would need to separate > it. > > > > That is a different issue. > > > > > > You can wait for Prafulla with #1 and #2, also for #2 check my > comment. > > > But we have two bugs going on for granted here at least and > they're not > > > your boards fault. On the other hand, it'd be cool if you could > fix them > > > prior to adding your board ;-)
Hi Luka #1: Defining these values as 0xffffffff, indicates that all GPIOs are configured high by default. so this configuration solely depends upon your board requirement. #2: on kirkwood, you should define CONFIG_SKIP_LOWLEVEL_INIT since lowlevel_init is not needed on Kirkwood platforms. (ref: doc/README.kwbimage) Regards.. Prafulla . . . _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot