]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
karo: tx51: remove CCGR setup from DCD
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 21 Oct 2013 11:49:57 +0000 (13:49 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 21 Oct 2013 11:49:57 +0000 (13:49 +0200)
commitaef664fd9ac4e9ef626497c31ed9a7c8efdb4345
tree1a8fcfb3dd6c8d2791dc4474c1dbbc1b94145d58
parentea13527b109349573465b51b00e7657a25bce9ef
karo: tx51: remove CCGR setup from DCD

The startup code in arch/arm/cpu/armv7/mx5/start.S will unconditonally
enable all clocks. Thus the register settings from the DCD will be
overwritten.

Move the CCGR setup to board_early_init_f() in board/karo/tx51/tx51.c
board/karo/tx51/lowlevel_init.S
board/karo/tx51/tx51.c