From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 03 Oct 2012 12:26:09 -0600 Subject: [U-Boot] [PATCH 2/7] Tegra30: Add CPU (armv7) files In-Reply-To: <1349217955-8729-3-git-send-email-twarren@nvidia.com> References: <1349217955-8729-1-git-send-email-twarren@nvidia.com> <1349217955-8729-3-git-send-email-twarren@nvidia.com> Message-ID: <506C8341.6030306@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/02/2012 04:45 PM, Tom Warren wrote: > These files are for code that runs on the CPU (A9) on T30 boards. > At this time, it's only the RCM (Recovery Mode) cmd file, which > is in tegra-common. As T30-specific run-time code is added, it'll > go here. > diff --git a/arch/arm/cpu/arm720t/tegra30/Makefile b/arch/arm/cpu/armv7/tegra30/Makefile > -LIB = $(obj)lib$(SOC).o > +LIB = $(obj)lib$(SOC).o Looks like there are two spaces after the = there. > -all: $(obj).depend $(LIB) > +all: $(obj).depend $(LIB) And a space after the TAB there. Does U-Boot compile at this point in the series? Hopefully "git bisect" is maintained across the series. I suppose there aren't any boards.cfg entries for Tegra30 yet, so the fact that e.g. CONFIG_ARCH_DEVICE_TREE points at a file that doesn't yet exist is impossible to notice.