aboutsummaryrefslogtreecommitdiff
path: root/schneider-openembedded
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2019-12-30 23:19:01 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2019-12-30 23:19:01 +0000
commit62029df010cf964485b5fcd595d6efecaa26237a (patch)
treec3e918e7ff53ef9809c605a72191d7145e4c1837 /schneider-openembedded
parent06de1968ea5bc822218d7af96fb55b322f8aaee0 (diff)
se: revert lces2 uboot crc32 change
lces2 u-boot doesn't have the 'crc32 -v' option. Change-Id: I6b937a1ab4647050134183e594fcc26480620547 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'schneider-openembedded')
-rw-r--r--schneider-openembedded/lava-job-definitions/rzn1d/uboot.yaml10
1 files changed, 4 insertions, 6 deletions
diff --git a/schneider-openembedded/lava-job-definitions/rzn1d/uboot.yaml b/schneider-openembedded/lava-job-definitions/rzn1d/uboot.yaml
index 0ec676f3..dbd8f0a2 100644
--- a/schneider-openembedded/lava-job-definitions/rzn1d/uboot.yaml
+++ b/schneider-openembedded/lava-job-definitions/rzn1d/uboot.yaml
@@ -113,11 +113,10 @@ actions:
- message: "Base Address: 0x80000000"
# crc32 - checksum calculation
- command: mw.b 00000000 aa 400
- - command: crc32 -v 80000000 400 3c6f327d
- - command: echo return code $$?
+ - command: crc32 80000000 400
name: compute-CRC32-checksum
successes:
- - message: "return code 0"
+ - message: "crc32 for 80000000 ... 800003ff ==> 3c6f327d"
# mw - memory write
# md - memory display
- command: mw 100000 aabbccdd 10
@@ -161,10 +160,9 @@ actions:
name: tftp
successes:
- message: "Bytes transferred = 6752784"
- - command: crc32 -v {KERNEL_ADDR} 670a10 ca050911
- - command: echo return code $$?
+ - command: crc32 {KERNEL_ADDR} 670a10
successes:
- - message: "return code 0"
+ - message: "==> ca050911"
- name: nand-commands
prompts: ["=> ", "/ # "]
script: