
On Fri, Nov 30, 2007 at 11:09:57PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote:
Please rebase your code on the last u-boot 1.3.0
Oops, I was trapped by the sourceforge cemetery, sorry. Patch against 1.3.0 is attached.
Best regards, Daniel
MAKEALL | 1 Makefile | 3 board/colibri/Makefile | 51 ++++ board/colibri/colibri.c | 61 +++++ board/colibri/config.mk | 1 board/colibri/lowlevel_init.S | 465 ++++++++++++++++++++++++++++++++++++++++++ board/colibri/pxavoltage.S | 178 ++++++++++++++++ board/colibri/u-boot.lds | 56 +++++ include/asm-arm/mach-types.h | 13 + include/configs/colibri.h | 261 +++++++++++++++++++++++ 10 files changed, 1090 insertions(+)