public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt"
Date: Mon, 29 Mar 2010 14:32:25 +0200	[thread overview]
Message-ID: <20100329123225.10EDCE73028@gemini.denx.de> (raw)
In-Reply-To: <4BB08BE4.801@denx.de>

Dear Heiko Schocher,

In message <4BB08BE4.801@denx.de> you wrote:
> Booting a "Multi-File Image" including a linux kernel, ramdisk and
> fdt, generated with
> 
> mkimage -A ppc \
>     -O linux \
>     -T multi \
>     -C gzip \
>     -a 00000000 \
>     -e 00000000 \
>     -n "kernel-2.6+initrd+dtb" \
>     -d "vmlinux.bin.gz:ramdisk_image.gz:board.dtb" \
>     multi.bin
> 
> actually fails, because ramdisk start and end addresses
> didn;t get initialized. This patch fixes this issue.
> 
> Tested on the KUP4K board.
> 
> Signed-off-by: Heiko Schocher <hs@denx.de>
> ---
>  common/cmd_bootm.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A witty saying proves nothing, but saying  something  pointless  gets
people's attention.

      reply	other threads:[~2010-03-29 12:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <DC2C564DA65CFA4AACC2C8CBF9129CCC05BFC0D44F@EXMBX1.kiebackpeter.kup>
     [not found] ` <20100324111428.511104C022@gemini.denx.de>
     [not found]   ` <BF7E414B7C8F49478FF713EBA44861720283B9444B@EXMBX1.kiebackpeter.kup>
     [not found]     ` <4BAB7127.6070807@denx.de>
     [not found]       ` <DC2C564DA65CFA4AACC2C8CBF9129CCC05D622947D@EXMBX1.kiebackpeter.kup>
     [not found]         ` <4BAC7337.4070103@denx.de>
     [not found]           ` <20100326104859.566A7E8E722@gemini.denx.de>
     [not found]             ` <DC2C564DA65CFA4AACC2C8CBF9129CCC05F50FB5B5@EXMBX1.kiebackpeter.kup>
     [not found]               ` <4BB069D4.7070303@denx.de>
2010-03-29 11:15                 ` [U-Boot] bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt" Heiko Schocher
2010-03-29 12:32                   ` Wolfgang Denk [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100329123225.10EDCE73028@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox