Re: [U-Boot] [PATCH V2 0/4]ARM: AM33xx: Cleanup clocks and hwinit

2013-08-16 Thread Tom Rini
On Tue, Jul 30, 2013 at 10:48:51AM +0530, Lokesh Vutla wrote: > This series tries to cleanup code for AM33xx, > inorder to ensure code reusabilty by moving the > duplicated code to common place. > This also helps in addition of new Soc with minimal > changes. > > Testing: > Boot tested on BeagleB

[U-Boot] [PATCH V2 0/4]ARM: AM33xx: Cleanup clocks and hwinit

2013-07-29 Thread Lokesh Vutla
This series tries to cleanup code for AM33xx, inorder to ensure code reusabilty by moving the duplicated code to common place. This also helps in addition of new Soc with minimal changes. Testing: Boot tested on BeagleBone White/Black, AM35xx EVM/EVMSK. Verified ./MAKEALL -s am33xx. Changes Since