From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Date: Wed, 07 Jul 2010 14:13:52 +0300 Subject: [U-Boot] [PATCH v2]ppc4xx/Canyonlands added USB board callbacks In-Reply-To: <201007071049.o67An6AJ005053@amcc.com> References: <201007071049.o67An6AJ005053@amcc.com> Message-ID: <4C346170.5040809@embedded-sol.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Rupjyoti, On 7/7/2010 1:49 PM, Rupjyoti Sarmah wrote: > > -#define CONFIG_SYS_BCSR3_PCIE 0x10 > + struct ep460c_bcsr { > + u8 board_id; > + u8 cpld_rev; > + u8 led_user; > + u8 board_status; > + u8 reset_ctrl; > + u8 flash_ctrl; > + u8 eth_ctrl; > + u8 usb_ctrl; > + u8 irq_ctrl; > +}; > Can you name this structure canyonlands_bcsr or just board_bcsr. As Wolfgang said, ep460c is not not used anywhere in the code. Thanks. Felix.