Re: [U-Boot] [PATCH 3/6] sh: Remove rsk7203 board

2015-05-20 Thread Kieran Bingham
There is an sh2a toolchain at : https://sourcery.mentor.com/public/gnu_toolchain/sh-uclinux/renesas-2010.09-60-sh-uclinux-i686-pc-linux-gnu.tar.bz2 That said - I don't know how many users of the board there are left :) On 10 May 2015 at 15:23, Joe Hershberger wrote: > Removing this board becau

[U-Boot] [PATCH] [update] Fix up rsk7203 target for out of tree build

2008-12-29 Thread Kieran Bingham
Patch updated to correct changes made during debug Signed-off-by: Kieran Bingham --- Makefile |4 ++-- board/renesas/rsk7203/Makefile |4 cpu/sh2/Makefile | 21 + 3 files changed, 19 insertions(+), 10 deletions(-) diff --git

[U-Boot] [PATCH] Fix up rsk7203 target for out of tree build

2008-12-29 Thread Kieran Bingham
Fix up rsk7203 target to build successfully using out-of-tree build. Signed-off-by: Kieran Bingham --- Makefile |6 +++--- board/renesas/rsk7203/Makefile | 11 --- cpu/sh2/Makefile | 21 + 3 files changed, 24 insertions