From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Fri, 17 Apr 2015 18:05:49 +0530 Subject: [U-Boot] Commit d3cfcb3 breaks beagle_x15 build In-Reply-To: <20150416105027.7833fe13@lilith> References: <20150416105027.7833fe13@lilith> Message-ID: <5530FE25.1080607@ti.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 Albert, On Thursday 16 April 2015 02:20 PM, Albert ARIBAUD wrote: > Hello, > > Commit d3cfcb3 (ARM: DRA7: Enable clocks for USB OTGSS and USB PHY) > breaks beagle_x15 build: > > Building current source for 1 boards (1 thread, 8 jobs per thread) > arm: + beagle_x15 > +board/ti/beagle_x15/board.c: In function 'board_usb_init': > +board/ti/beagle_x15/board.c:393:1: error: 'const struct prcm_regs' has no member named 'cm_l3init_usb_otg_ss_clkctrl' > +make[2]: *** [board/ti/beagle_x15/board.o] Error 1 > +make[1]: *** [board/ti/beagle_x15] Error 2 > +make: *** [sub-make] Error 2 Thanks for pointing this. Kishon has sent a patch fixing this. https://patchwork.ozlabs.org/patch/461734/ Thanks and regards, Lokesh > > Cc:ing the committer and author. > > Kishon, can you look into this? > > Amicalement, >