]> Git Repo - J-u-boot.git/commit - common/image.c
[new uImage] Add node offsets for FIT images listed in struct bootm_headers
authorMarian Balakowicz <[email protected]>
Wed, 12 Mar 2008 09:32:59 +0000 (10:32 +0100)
committerMarian Balakowicz <[email protected]>
Wed, 12 Mar 2008 09:32:59 +0000 (10:32 +0100)
commit3dfe110149311425919e6d6a14b561b4207498f1
tree04db3063ff0395bc02327123307d76695042f025
parentbc8ed486b125452ba3bd8344f052f437329150c5
[new uImage] Add node offsets for FIT images listed in struct bootm_headers

This patch adds new node offset fields to struct bootm_headers
and updates bootm_headers processing code to make use of them.
Saved node offsets allow to avoid repeating fit_image_get_node() calls.

Signed-off-by: Marian Balakowicz <[email protected]>
common/cmd_bootm.c
common/image.c
include/image.h
lib_ppc/bootm.c
This page took 0.035893 seconds and 4 git commands to generate.