Re: [U-Boot] [PATCH V3] arm: Tegra2: add support for A9 CPU init

2011-03-25 Thread Albert ARIBAUD
Le 25/03/2011 18:06, Tom Warren a écrit : > Signed-off-by: Tom Warren > --- > Changes for V2: > - Remove returns in void functions > - Move inline assembly code to .S file > - Simplify some if/else code, break out common code > - Minimize the use of local vars > - Inli

[U-Boot] [PATCH V3] arm: Tegra2: add support for A9 CPU init

2011-03-25 Thread Tom Warren
Signed-off-by: Tom Warren --- Changes for V2: - Remove returns in void functions - Move inline assembly code to .S file - Simplify some if/else code, break out common code - Minimize the use of local vars - Inline some single-instance functions - Rem