[U-Boot] [PATCH 2/7] Tegra30: Add CPU (armv7) files

Stephen Warren swarren at wwwdotorg.org
Wed Oct 3 20:26:09 CEST 2012


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.


More information about the U-Boot mailing list