commit | fe20a81a6802bb871f4c3c46534310519c7d86d3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Aug 22 14:26:43 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Thu Aug 28 17:18:48 2014 -0400 |
tree | b56afb4cd56111af9dbdbf8c6bdb2029420fbeac | |
parent | 4a8ed8e24886adf47086125f81307eaa8c358437 [diff] |
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: Simon Glass <sjg@chromium.org>