summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/fitimage.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/fitimage.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/fitimage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/fitimage.py b/meta/lib/oeqa/selftest/cases/fitimage.py
index b911fded74..815ee48c05 100644
--- a/meta/lib/oeqa/selftest/cases/fitimage.py
+++ b/meta/lib/oeqa/selftest/cases/fitimage.py
@@ -293,7 +293,7 @@ FIT_SIGN_INDIVIDUAL = "1"
293 # different architectures. 293 # different architectures.
294 its_field_check = [ 294 its_field_check = [
295 'description = "A model description";', 295 'description = "A model description";',
296 'type = "uboot";', 296 'type = "standalone";',
297 'load = <0x80080000>;', 297 'load = <0x80080000>;',
298 'entry = <0x80080000>;', 298 'entry = <0x80080000>;',
299 'default = "conf";', 299 'default = "conf";',
@@ -376,7 +376,7 @@ UBOOT_MKIMAGE_SIGN_ARGS = "-c 'a smart U-Boot comment'"
376 # different architectures. 376 # different architectures.
377 its_field_check = [ 377 its_field_check = [
378 'description = "A model description";', 378 'description = "A model description";',
379 'type = "uboot";', 379 'type = "standalone";',
380 'load = <0x80080000>;', 380 'load = <0x80080000>;',
381 'entry = <0x80080000>;', 381 'entry = <0x80080000>;',
382 'default = "conf";', 382 'default = "conf";',