mx5: lowlevel_init.S: Split init_clock macro
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 15 Oct 2012 05:37:15 +0000 (05:37 +0000)
committerStefano Babic <sbabic@denx.de>
Wed, 17 Oct 2012 16:09:34 +0000 (18:09 +0200)
commit758c3449451f20402af72fa0754a1ce32ba9af48
tree7c7e97b827d8d02fb821f6fec2f3e2211aa0ec39
parent5676f598e7b62b0ed8f34c6dfb02940c0f66b84b
mx5: lowlevel_init.S: Split init_clock macro

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 <fabio.estevam@freescale.com>
arch/arm/cpu/armv7/mx5/lowlevel_init.S