summaryrefslogtreecommitdiff
path: root/test/image/test-fit.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/image/test-fit.py')
-rwxr-xr-xtest/image/test-fit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/image/test-fit.py b/test/image/test-fit.py
index b0d0538..ca38f71a 100755
--- a/test/image/test-fit.py
+++ b/test/image/test-fit.py
@@ -392,7 +392,7 @@ def run_fit_test(mkimage, u_boot):
fail('Ramdisk loaded but should not be', stdout)
# Find out the offset in the FIT where U-Boot has found the FDT
- line = find_matching(stdout, 'Booting using the FDT blob at ')
+ line = find_matching(stdout, 'Booting using the fdt blob at ')
fit_offset = int(line, 16) - params['fit_addr']
fdt_magic = struct.pack('>L', 0xd00dfeed)
data = read_file(fit)