commit | c20d5660a4eaaff3aeffeabd45e4a28f1c6f3a30 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 16 13:53:19 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Jun 04 16:06:31 2013 -0400 |
tree | 7944bfb56ba748f8329532691ab5e0ef732dc564 | |
parent | e717e64e71aeb29e1982127fcd5b7cf84a17eb82 [diff] |
bootstage: Introduce sub-IDs for use with image loading Loading a ramdisk, kernel or FDT goes through similar stages. Create a block of IDs for each task, and define a consistent numbering within the block. This will allow use of common code for image loading. Signed-off-by: Simon Glass <sjg@chromium.org>