summaryrefslogtreecommitdiff
path: root/test/vboot/vboot_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/vboot/vboot_test.sh')
-rwxr-xr-xtest/vboot/vboot_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vboot/vboot_test.sh b/test/vboot/vboot_test.sh
index cc67bed2e2..8074fc6adc 100755
--- a/test/vboot/vboot_test.sh
+++ b/test/vboot/vboot_test.sh
@@ -14,7 +14,7 @@ set -e
run_uboot() {
echo -n "Test Verified Boot Run: $1: "
${uboot} -d sandbox-u-boot.dtb >${tmp} -c '
-sb load host 0 100 test.fit;
+sb load hostfs - 100 test.fit;
fdt addr 100;
bootm 100;
reset'