From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 5 Nov 2011 23:18:01 +0100 Subject: [U-Boot] [PATCH v2 1/3] image: Make image_get_fdt work like image_get_{ram_disk, kernel} In-Reply-To: <20111105221544.880541893014@gemini.denx.de> References: <1320164902-24190-1-git-send-email-swarren@nvidia.com> <201111052141.27086.marek.vasut@gmail.com> <20111105221544.880541893014@gemini.denx.de> Message-ID: <201111052318.01353.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Dear Marek Vasut, > > In message <201111052141.27086.marek.vasut@gmail.com> you wrote: > > I'd be more open to adding some kind of a flag to uImage, rather than > > using address 0xffffffff. For this is quite fragile and seems a lot like > > a hack. > > We don't want to have 0xffffffff. > > The agreement was to support relative imagaes. > > See > 10/18 Stephen Warren [PATCH v2 REPOST 1/3] [COSMETIC] checkpatch > whitespace cleanups > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/113093 > 10/18 Stephen Warren [PATCH v2 REPOST 2/3] image: Implement > IH_TYPE_KERNEL_REL > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/113079 > 10/18 Stephen Warren [PATCH v2 REPOST 3/3] tegra2: Enable > CONFIG_SYS_RELATIVE_IMAGES > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/113080 > > > Best regards, > > Wolfgang Denk Ok I see, I definitelly missed those. Thanks