From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH v3] Fix initrd/dtb interaction
Date: Wed, 15 Aug 2007 09:43:41 +0200 [thread overview]
Message-ID: <200708150943.41703.sr@denx.de> (raw)
In-Reply-To: <118710557976-git-send-email-afleming@freescale.com>
Hi Andy,
On Tuesday 14 August 2007, Andy Fleming wrote:
> The original code would wrongly relocate the blob to be right before
> the initrd if it existed. The blob *must* be within CFG_BOOTMAPSZ,
> if it is defined. So we make two changes:
>
> 1) flag the blob for relocation whenever its address is above BOOTMAPSZ
>
> 2) If the blob is being relocated, relocate it before kbd, not initrd
I get the following error with your patch on platforms not using device tree
at all (like 4xx sequoia...):
cmd_bootm.c: In function 'do_bootm_linux':
cmd_bootm.c:932: error: 'of_flat_tree' undeclared (first use in this function)
cmd_bootm.c:932: error: (Each undeclared identifier is reported only once
cmd_bootm.c:932: error: for each function it appears in.)
cmd_bootm.c:933: error: 'of_data' undeclared (first use in this function)
make[1]: *** [cmd_bootm.o] Error 1
Would be great if you could generate a quick patch for that.
Thanks.
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
prev parent reply other threads:[~2007-08-15 7:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-14 15:32 [U-Boot-Users] [PATCH v3] Fix initrd/dtb interaction Andy Fleming
2007-08-14 15:39 ` Wolfgang Denk
2007-08-15 7:43 ` Stefan Roese [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=200708150943.41703.sr@denx.de \
--to=sr@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.