Skip to content
Snippets Groups Projects
Commit 6808ef9a authored by Bin Chen's avatar Bin Chen Committed by Tom Rini
Browse files

move booti_setup to arch/arm/lig/image.c


Follow bootz's pattern by moving the booti_setup to arch/arm/lib.
This allows to use booti_setup in other paths, e.g booting
an Android image containing Image format.

Note that kernel relocation is move out of booti_setup and it is the
caller's responsibility to do it and allows them do it differently. say,
cmd/booti.c just do a manually, while in the bootm path, we can use
bootm_load_os(with some changes).

Signed-off-by: default avatarBin Chen <bin.chen@linaro.org>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 10481614
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment