commit | dfe6f4d684ae6ef94615ff15c661a3da9560deeb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Aug 22 14:26:44 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Thu Aug 28 17:18:48 2014 -0400 |
tree | 15e269901079accb9a21667f85fa61278c13ee74 | |
parent | fe20a81a6802bb871f4c3c46534310519c7d86d3 [diff] |
Correct sandbox filesystem commands in FIT image test The host filesystem name has changed, so update the tests. The tests now run again correctly: $ make O=b/sandbox sandbox_defconfig all ... $ test/image/test-fit.py -u b/sandbox/u-boot FIT Tests ========= Kernel load Kernel + FDT load Kernel + FDT + Ramdisk load Tests passed Caveat: this is only a sanity check - test coverage is poor Signed-off-by: Simon Glass <sjg@chromium.org>