From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Yanok Date: Wed, 20 May 2009 22:49:41 +0400 Subject: [U-Boot] [PATCH 10/10] imx27lite: add support for imx27lite board from LogicPD In-Reply-To: References: <1241634633-13917-1-git-send-email-yanok@emcraft.com> <1241634633-13917-11-git-send-email-yanok@emcraft.com> Message-ID: <4A1450C5.2030906@emcraft.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.