Re: [U-Boot] [PATCH 5/8] Tegra124: Add common CPU (shared) files

2013-10-08 Thread Stephen Warren
On 10/07/2013 04:42 PM, Tom Warren wrote: > These files are used by both SPL and main U-Boot. > diff --git a/arch/arm/cpu/tegra-common/ap.c b/arch/arm/cpu/tegra-common/ap.c > @@ -81,7 +81,14 @@ int tegra_get_chip_sku(void) > return TEGRA_SOC_T114; > } >

[U-Boot] [PATCH 5/8] Tegra124: Add common CPU (shared) files

2013-10-07 Thread Tom Warren
These files are used by both SPL and main U-Boot. Change-Id: I5b762fc3f9886f588372c7706feaf80c50305c75 Signed-off-by: Tom Warren --- arch/arm/cpu/tegra-common/ap.c| 11 +-- arch/arm/cpu/tegra-common/board.c | 8 +++- arch/arm/cpu/tegra-common/cache.c | 38 +++