diff options
author | Leah Rowe <info@minifree.org> | 2016-08-30 08:27:48 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-08-30 08:27:48 +0100 |
commit | d5253cc7e37c6e1d8f18261e75a987b07072e89a (patch) | |
tree | 96668ea110e032f3e49524ba7c35b8e8831414c0 | |
parent | 7f191b9d1649925f11f3c6856e2157257b620f13 (diff) | |
download | librebootfr-d5253cc7e37c6e1d8f18261e75a987b07072e89a.tar.gz librebootfr-d5253cc7e37c6e1d8f18261e75a987b07072e89a.zip |
Disable all patches for depthcharge
-rwxr-xr-x | resources/scripts/helpers/download/depthcharge | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/resources/scripts/helpers/download/depthcharge b/resources/scripts/helpers/download/depthcharge index 78f56951..ade24989 100755 --- a/resources/scripts/helpers/download/depthcharge +++ b/resources/scripts/helpers/download/depthcharge @@ -60,14 +60,14 @@ git reset --hard 3fe03aece37d0f9cf63ce6b548f734d794d7fedc # printf "vboot: Only initialize cparams once\n" # git am "../resources/depthcharge/patch/0005-vboot-Only-initialize-cparams-once.patch" -printf "Proper firmware index report for read-only boot path\n" -git am "../resources/depthcharge/patch/0006-Proper-firmware-index-report-for-read-only-boot-path.patch" +# printf "Proper firmware index report for read-only boot path\n" +# git am "../resources/depthcharge/patch/0006-Proper-firmware-index-report-for-read-only-boot-path.patch" -printf "fdt: nonvolatile-context-storage report to mkbp for EC NV storage\n" -git am "../resources/depthcharge/patch/0007-fdt-nonvolatile-context-storage-report-to-mkbp-for-E.patch" +# printf "fdt: nonvolatile-context-storage report to mkbp for EC NV storage\n" +# git am "../resources/depthcharge/patch/0007-fdt-nonvolatile-context-storage-report-to-mkbp-for-E.patch" -printf "vboot: Display callbacks for developer and recovery mode screens\n" -git am "../resources/depthcharge/patch/0008-vboot-Display-callbacks-for-developer-and-recovery-m.patch" +# printf "vboot: Display callbacks for developer and recovery mode screens\n" +# git am "../resources/depthcharge/patch/0008-vboot-Display-callbacks-for-developer-and-recovery-m.patch" # leave the tree cd "../" |