]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - test/vboot/vboot_test.sh
Merge remote-tracking branch 'u-boot-samsung/master'
[karo-tx-uboot.git] / test / vboot / vboot_test.sh
index cc67bed2e236bca236c8c53dfcee477b7274b2ea..8074fc6adc0708c984297c2172ad41ded4f0995e 100755 (executable)
@@ -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'