Re: [U-Boot-Users] [PATCH 1/8] SPARC: bootm SPARC support

2008-03-13 Thread Daniel Hellstrom
Bartlomiej Sieka wrote: > Daniel Hellstrom wrote: > >> This patch adds support for SPARC u-boot images to bootm. The >> IH_CPU_SPARC >> indentifier in the image header is recognized. The IH_CPU_SPARC >> indentifier >> has already been implemented in mkimage. > > > Hello Daniel, > > Could you pro

Re: [U-Boot-Users] [PATCH 1/8] SPARC: bootm SPARC support

2008-03-13 Thread Bartlomiej Sieka
Daniel Hellstrom wrote: > This patch adds support for SPARC u-boot images to bootm. The IH_CPU_SPARC > indentifier in the image header is recognized. The IH_CPU_SPARC indentifier > has already been implemented in mkimage. Hello Daniel, Could you provide a patch that adds IH_CPU_SPARC support in t

[U-Boot-Users] [PATCH 1/8] SPARC: bootm SPARC support

2008-03-13 Thread Daniel Hellstrom
This patch adds support for SPARC u-boot images to bootm. The IH_CPU_SPARC indentifier in the image header is recognized. The IH_CPU_SPARC indentifier has already been implemented in mkimage. Best Regards, Daniel Hellstrom common/cmd_bootm.c |2 ++ 1 files changed, 2 insertions(+), 0 deletio