On Mon, May 16, 2011 at 3:56 PM, Wolfgang Denk <w...@denx.de> wrote:
> Dear Graeme Russ,
>
> In message <banlktinsypvnpg06uolze65t-fcqdn_...@mail.gmail.com> you wrote:
>>
>> I've thought of a 'better' approach:
>>   - Do no modify the parameters of show_boot_progress()
>>   - Create a new struct:
>>     struct boot_progress_msg {
>>       int boot_progress_id;
>>       const char *message;
>>     {
>
> Where do you store this data _before_ relocation, when we have no
> access to RAM yet?

This data is Read-Only so pre/post relocation is not an issue. The boot
stage records however are a problem

Regards,

Graeme
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to