[U-Boot] [PATCH 03/11] bootm: Split out code from cmd_bootm.c

Simon Glass sjg at chromium.org
Wed Jun 11 22:58:31 CEST 2014


Hi Tom,

On 11 June 2014 13:48, Tom Rini <trini at ti.com> wrote:
> On Mon, Jun 02, 2014 at 10:39:43PM -0600, Simon Glass wrote:
>
>> This file has code in three different categories:
>> - Command processing
>> - OS-specific boot code
>> - Locating images and setting up to boot
>>
>> Only the first category really belongs in a file called cmd_bootm.c.
>>
>> Leave the command processing code where it is. Split out the OS-specific
>> boot code into bootm_os.c. Split out the other code into bootm.c
>>
>> Header files and extern declarations are tidied but otherwise no code
>> changes are made, to make it easier to review.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>
> Non-trivial to re-apply on top of master, please rebase.  Thanks!

Yes I have this locally, and will resend once I've retested.

Regards,
Simon


More information about the U-Boot mailing list