
11 Jun
2014
11 Jun
'14
9:48 p.m.
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@chromium.org
Non-trivial to re-apply on top of master, please rebase. Thanks!
--
Tom