Index: update_bootloaders.sh |
diff --git a/update_bootloaders.sh b/update_bootloaders.sh |
index d6cf5a873df68608b99a6838a0b37ed7d76805f2..de9ccdfe6b43f5e48b35eb8eea2acc7333ff8c27 100755 |
--- a/update_bootloaders.sh |
+++ b/update_bootloaders.sh |
@@ -215,9 +215,6 @@ elif [[ "${FLAGS_arch}" = "arm" ]]; then |
sudo cp "${FLAGS_from}/boot-A.scr.uimg" \ |
"${ESP_FS_DIR}/u-boot/boot.scr.uimg" |
fi |
- # Create VbNvContext storage file to ESP partition |
- sudo mkdir -p "${ESP_FS_DIR}/u-boot" |
- sudo dd if=/dev/zero of="${ESP_FS_DIR}/u-boot/nvcxt.bin" bs=512 count=1 |
fi |
set +e |