]> 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 3c6efa774ec72c3dbd790b31e2946a063eabcfb1..8074fc6adc0708c984297c2172ad41ded4f0995e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (c) 2013, Google Inc.
 #
@@ -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'