commit | 05a9ad7113a3a1bb0a94e3b73ca746fe44028c77 | [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 | 8240a4bebed81f91291e64ae2a51c3b031c35e73 [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>