Re: [U-Boot] [PATCH 1/3] mx5: lowlevel_init.S: Split init_clock macro

2012-10-17 Thread Stefano Babic
Am 15/10/2012 17:37, schrieb Fabio Estevam: > init_clock is currently shared between mx51 and mx53 and it contains lots of > ifdef's which makes it really hard to follow the code. > > Split the init_clock between mx51 and mx53 to allow easier readability. > > No functional changes are made. > >

[U-Boot] [PATCH 1/3] mx5: lowlevel_init.S: Split init_clock macro

2012-10-15 Thread Fabio Estevam
init_clock is currently shared between mx51 and mx53 and it contains lots of ifdef's which makes it really hard to follow the code. Split the init_clock between mx51 and mx53 to allow easier readability. No functional changes are made. Signed-off-by: Fabio Estevam --- arch/arm/cpu/armv7/mx5/lo