From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Thomas Date: Thu, 28 May 2009 12:46:04 -0700 Subject: [U-Boot] [PATCH 10/10] imx27lite: add support for imx27lite board from LogicPD In-Reply-To: <4A1450C5.2030906@emcraft.com> References: <1241634633-13917-1-git-send-email-yanok@emcraft.com> <1241634633-13917-11-git-send-email-yanok@emcraft.com> <4A1450C5.2030906@emcraft.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, May 20, 2009 at 11:49 AM, Ilya Yanok wrote: > Hello Paul, > > > I was trying to test out this patch, and I'm having some trouble. I > > did a git pull on the u-boot tree, and then I saved this patch to a > > text file. I was able to apply the patch just fine. The first thing > > that happend was make didn't like the Makefile, but I think it was > > just a space problem because after I edited the Makefile to match the > > entries around imx27lite_config it worked OK. Now when I run make it > > gives the error: > > > > make[1]: Leaving directory `/home/raid5/imx27env/u-boot/cpu/arm926ejs' > > make -C cpu/arm926ejs/mx27/ > > make: *** cpu/arm926ejs/mx27/: No such file or directory. Stop. > > make: *** [cpu/arm926ejs/mx27/libmx27.a] Error 2 > > > > How do I know what git version to use the patch against? If I were > > using git-am instead of just saving it to a file would that be > > different? Is there another patch I need? > > You need to apply other patches too (at least generic imx27 support and > patch for serial console driver). > > Regards, Ilya. > > Where do I find these patches? Does anyone have an ETA when the imx27 stuff will show up in git? thanks, paul