commit | cc7eb4984c29257a765db9835765282fae845ebd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 16 13:53:27 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Jun 04 16:06:32 2013 -0400 |
tree | e7ee90d002faaf581850ec6e271fdafb0ef736d4 | |
parent | e8d6a5b891de5e29d86eb08d1f31b8a89b6b135b [diff] |
bootstage: Remove unused entries related to kernel/ramdisk/fdt load Now that the code for loading these three images from a FIT is common, we don't need individual boostage IDs for each of them. Note: there are some minor changes in the bootstage numbering, particuarly for kernel loading. I don't believe this matters. Signed-off-by: Simon Glass <sjg@chromium.org>