Re: [U-Boot] [PATCH 05/13] sh: Remove config.mk for rsk7203 board

2011-01-23 Thread Nobuhiro Iwamatsu
Hi, 2011/1/17 Fabio Giovagnini : > I'm working on a rsk7203 derived board. > I do not have a eth interface. > How can I upgrade the kernel using uboot and the serial line? You use minicom and may put an u-boot image to memory. > When I finish can I send the support for my board? > Sure. There a

Re: [U-Boot] [PATCH 05/13] sh: Remove config.mk for rsk7203 board

2011-01-17 Thread Fabio Giovagnini
I'm working on a rsk7203 derived board. I do not have a eth interface. How can I upgrade the kernel using uboot and the serial line? When I finish can I send the support for my board? Thanks On Monday 17 January 2011 13:50:55 Nobuhiro Iwamatsu wrote: > Move CONFIG_SYS_TEXT_BASE to the board's

[U-Boot] [PATCH 05/13] sh: Remove config.mk for rsk7203 board

2011-01-17 Thread Nobuhiro Iwamatsu
Move CONFIG_SYS_TEXT_BASE to the board's config file, and remove the unnecessary config.mk file. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/rsk7203/config.mk | 28 include/configs/rsk7203.h |1 + 2 files changed, 1 insertions(+), 28 deletions(-)