[U-Boot] [PATCH v2 REPOST 3/3] tegra2: Enable CONFIG_SYS_RELATIVE_IMAGES

Simon Glass sjg at chromium.org
Fri Oct 21 00:27:37 CEST 2011


On Thu, Oct 20, 2011 at 1:47 PM, Stephen Warren <swarren at nvidia.com> wrote:
> Simon Glass wrote at Thursday, October 20, 2011 2:27 PM:
>> Hi Stephen,
>>
>> On Wed, Oct 19, 2011 at 8:24 AM, Stephen Warren <swarren at nvidia.com> wrote:
>> > Simon Glass wrote at Tuesday, October 18, 2011 7:04 PM:
>> >> On Tue, Oct 18, 2011 at 2:11 PM, Stephen Warren <swarren at nvidia.com> wrote:
>> >> > v2: New patch
>> >> >
>> >> > Signed-off-by: Stephen Warren <swarren at nvidia.com>

I tested this on Seaboard with CONFIG_SYS_SDRAM_BASE set to 0x100.

Tested-by: Simon Glass <sjg at chromium.org>


>> >>
>> >> Looks good - how do I make such an image so I can test it?
>> >
>> > Simply run the mkimage tool with '-T kernel_rel' instead of '-T kernel',
>> > or for a FIT image, use 'type = "kernel_rel"'.
>>
>> OK thanks. My mkimage doesn't support this for some reason. The
>> problem I seem to have is that CONFIG_SYS_RELATIVE_IMAGES is not
>> defined for host C compiler builds. Is that right? How do you get the
>> code you added in image.c to compile with HOSTCC?
>
> Oh dear. I tested mkimage before I added all the ifdefs, and then re-used
> those images when I re-tested the target U-Boot after adding all the ifdefs
> in. I guess I need to find some way of turning on the config option for
> host builds.
>
> --
> nvpublic
>
>


More information about the U-Boot mailing list