]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: split out async setup
authorMike Frysinger <vapier@gentoo.org>
Mon, 30 May 2011 17:47:38 +0000 (13:47 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 12 Jul 2011 06:17:46 +0000 (02:17 -0400)
commit4150cec3353b7a6d7a3ea71b2d3c62deafff353d
tree9880d8bcdcf870b8256838f20762620390a834e1
parent27575587ba923f35356fa49a7907d88586ae1bd3
Blackfin: split out async setup

We really only need to tweak the async banks in the initcode if the
processor is booting out of it, otherwise we can wait until later
on in the CPU booting setup.

This also makes testing in the sim and early bring up over JTAG work
much smoother when the initcode gets bypassed.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/cpu/cpu.c
arch/blackfin/cpu/initcode.c
arch/blackfin/cpu/initcode.h [new file with mode: 0644]