
On Fri, Jun 27, 2014 at 11:55:06AM +0200, Stefan Roese wrote:
All those functions removed with this patch are not accessed at all. So lets remove them.
Signed-off-by: Stefan Roese sr@denx.de
arch/arm/cpu/arm926ejs/kirkwood/cpu.c | 55 ----------------------------------- 1 file changed, 55 deletions(-)
Up until this patch I have tested the series without problems on ib62x0. This is the last patch that I can apply and still boot the board. That said, for this patch and those before it:
Tested-by: Luka Perkov luka@openwrt.org
After the next patch in series is applied uboot does not come up - there is no output on the console. I've used kwboot in testing:
$ sudo ./tools/kwboot -t -p -B 115200 -b u-boot.kwb /dev/ttyUSB0
Unrelated to this series I am going to mail a couple of kirkwood patches. Those can be applied without conflicts before or after this series.
Luka