commit | 225fd8c5d4556547896a5d32ee092a258f3df638 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Tue Jul 09 15:33:25 2013 -0400 |
committer | Tom Rini <trini@ti.com> | Wed Jul 10 09:15:15 2013 -0400 |
tree | ea77b177886d964944d8270c37015c5c1578622d | |
parent | 2b9599e010603879f99ed867f47fca6268902661 [diff] |
cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itself As a zImage does not have a U-Boot header, we cannot really do what BOOTM_STATE_FINDOTHER does, exactly. Break the ramdisk/fdt portions of bootm_find_other into bootm_find_ramdisk/fdt which can be called in both cases. Signed-off-by: Tom Rini <trini@ti.com>