Skip to content
Snippets Groups Projects
Commit fe20a81a authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

Fix test failure caused by bad handling of ramdisk


Commit e3a5bbce broke the FIT image tests by not loading a ramdisk even if
a load address is provided in the FIT. The rationale was that a load address
of 0 should be considered to mean 'do not load'.

Add a new load operation which supports this feature, so that the ramdisk
will be loaded if a non-zero load address is provided.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 4a8ed8e2
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