]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: vboot: Reduce fake kernel size to 500 bytes
authorSimon Glass <sjg@chromium.org>
Wed, 18 Mar 2020 17:44:08 +0000 (11:44 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Apr 2020 13:45:09 +0000 (07:45 -0600)
commit0e29648f8e7e0aa60c0f7efe9d2efed98f8c0c6e
treefb2740368fd73c5a2ae6780130ca919d7f1887ff
parentda76ed2795f2679ff0fa3c43f2b906157ec7c0b0
test: vboot: Reduce fake kernel size to 500 bytes

We don't need 5KB to test things out. A smaller size makes it easier to
look at the FIT with fdtdump.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_vboot.py