Re: [U-Boot] [PATCH RFT] tegra: Define CONFIG_SKIP_LOWLEVEL_INIT for SPL build

2013-05-16 Thread Stephen Warren
On 05/15/2013 11:56 PM, Axel Lin wrote: > Then we can get rid of the #ifdef CONFIG_TEGRA guard in cpu_init_crit. > > Signed-off-by: Axel Lin > --- > Hi Stephen, > This patch is on top of > [PATCH] ARM: arm720t: Add missing CONFIG_SKIP_LOWLEVEL_INIT guard for > cpu_init_crit [1] > > I make this

[U-Boot] [PATCH RFT] tegra: Define CONFIG_SKIP_LOWLEVEL_INIT for SPL build

2013-05-16 Thread Axel Lin
Then we can get rid of the #ifdef CONFIG_TEGRA guard in cpu_init_crit. Signed-off-by: Axel Lin --- Hi Stephen, This patch is on top of [PATCH] ARM: arm720t: Add missing CONFIG_SKIP_LOWLEVEL_INIT guard for cpu_init_crit [1] I make this as a separate patch because this patch is tegra specific. An