[U-Boot] [PATCH] davinci, c6x: Always use C version of reset code

2012-06-27 Thread Tom Rini
We can safely use the same reset code written in C for both Davinci and C6X platforms. In addition the C version of the code is marginally smaller on Davinci. Tested-by: Matt Porter mpor...@ti.com Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/cpu/arm926ejs/davinci/Makefile |9 +---

Re: [U-Boot] [PATCH] davinci, c6x: Always use C version of reset code

2012-06-27 Thread Tom Rini
On Wed, Jun 27, 2012 at 08:27:05AM -0700, Tom Rini wrote: We can safely use the same reset code written in C for both Davinci and C6X platforms. In addition the C version of the code is marginally smaller on Davinci. Tested-by: Matt Porter mpor...@ti.com Signed-off-by: Tom Rini