commit | a2cc9bf4c121c3ab7be73a9e12f3d3abab6fa81d | [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 | d34d186ef9cf5a2e8030862cb5d281356046e6a1 [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>