Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(965)

Unified Diff: update_bootloaders.sh

Issue 6882115: Revert "Install VbNvContext storage file" (Closed) Base URL: ssh://gitrw.chromium.org:9222/crosutils.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698