Revert "Checks version of pip before checking pyocd"
This reverts commit 1dffbda2c261ff27d9cec0bd654001dfd6e0c01a.
Reason for revert: Pip version was not an issue
Change-Id: Ie0722614fea5006b3a9cb0830578cd9e1b6d5f4e
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 0f04d75..6ee266e 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -142,9 +142,8 @@
"image_signing/scripts/tfm_ns_signed.bin ;"
"popd"),
"nxp/lpcxpresso55s69": ("echo 'LPCXpresso55S69 board post process\n';"
- "python3 -m pip install --upgrade pip; "
"pip3 install --upgrade pyocd; " # this is experimental, remove
- "pyocd erase --mass -t LPC55S69 --no-wait; "
+ "pyocd erase --mass -t LPC55S69 ; "
"if [ -f \"%(ci_build_root_dir)s/spe/bin/bl2.hex\" ]; then "
"pyocd flash %(ci_build_root_dir)s/spe/bin/bl2.hex -t LPC55S69; "
"pyocd flash %(ci_build_root_dir)s/nspe/bin/tfm_s_ns_signed.bin --base-address 0x8000 -t LPC55S69 --no-wait; "