From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 27 Sep 2011 20:20:28 +0200 Subject: [U-Boot] [PATCH v5 4/4] Add USB support for Efika In-Reply-To: References: <1317120333-17275-1-git-send-email-fermata7@gmail.com> <201109271350.53459.marek.vasut@gmail.com> Message-ID: <201109272020.28903.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, September 27, 2011 08:17:27 PM Jana Rapava wrote: > > > + > > > +#ifdef CONFIG_MACH_EFIKASB > > Please update to mainline, use if (machine_is_efikasb()) { ... } . > > > To get macro machine_is_efikasb() working, I have to get into mainline > these two of your patches in u-boot-marex: > > 430eacfcf35b1f54b0a1ead989aefe63e2996846 EfikaMX: Add imximage config for > Efika SB > > da3e51089d2b899a8b487b40fa63a04919927351 EfikaSB: Add preliminary EfikaSB > support > > I don't know if they should be part of this patchset, but I don't think so. > I would like to try to get them into mainline - with your permission of > course, but they would probably need some changes and I can't test them > because I haven't EfikaSB. They were already added to u-boot-imx/next: http://git.denx.de/?p=u-boot/u-boot-imx.git;a=shortlog;h=refs/heads/next You should rebase your patchset on top of u-boot-imx/next. > Regards, > Jana Rapava