summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2021-01-12 21:50:54 +0000
committerJohn Stultz <john.stultz@linaro.org>2021-01-26 03:01:06 +0000
commitff6455e7af900da0b893ed27defdfd194813fd4b (patch)
treea27825bbd785cdb5f9970b610f3c8569739f2ab7 /installer
parentfb375231fc9fd4571eb6ee9e35b8b12eff9c7acf (diff)
downloadhikey-ff6455e7af900da0b893ed27defdfd194813fd4b.tar.gz
hikey960: Update ptable to use super instead of system label
This updates the ptable to use the super label instead of system to avoid using more fragile retrofit options in the build. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: Ic57287d7cfd2d6bfa54f3a848d07dc1b858a3810
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/hikey960/flash-all.sh2
-rw-r--r--installer/hikey960/prm_ptable.imgbin24576 -> 24576 bytes
-rwxr-xr-xinstaller/hikey960/uefi-flash-all.sh2
3 files changed, 2 insertions, 2 deletions
diff --git a/installer/hikey960/flash-all.sh b/installer/hikey960/flash-all.sh
index dda34d31..2828089a 100755
--- a/installer/hikey960/flash-all.sh
+++ b/installer/hikey960/flash-all.sh
@@ -24,6 +24,6 @@ fastboot flash fw_lpm3 "${INSTALLER_DIR}"/hisi-lpm3.img
fastboot flash trustfirmware "${INSTALLER_DIR}"/hisi-bl31.bin
fastboot flash boot "${ANDROID_PRODUCT_OUT}"/boot.img
fastboot flash dts "${ANDROID_PRODUCT_OUT}"/dt.img
-fastboot flash system "${ANDROID_PRODUCT_OUT}"/super.img
+fastboot flash super "${ANDROID_PRODUCT_OUT}"/super.img
fastboot flash userdata "${ANDROID_PRODUCT_OUT}"/userdata.img
fastboot reboot
diff --git a/installer/hikey960/prm_ptable.img b/installer/hikey960/prm_ptable.img
index c81ffcfa..e7b9b037 100644
--- a/installer/hikey960/prm_ptable.img
+++ b/installer/hikey960/prm_ptable.img
Binary files differ
diff --git a/installer/hikey960/uefi-flash-all.sh b/installer/hikey960/uefi-flash-all.sh
index ce402032..9c7301dc 100755
--- a/installer/hikey960/uefi-flash-all.sh
+++ b/installer/hikey960/uefi-flash-all.sh
@@ -44,7 +44,7 @@ function flashing_atf_uefi () {
fastboot flash fip "${INSTALLER_DIR}"/fip.bin
fastboot flash boot "${ANDROID_PRODUCT_OUT}"/boot.img
- fastboot flash system "${ANDROID_PRODUCT_OUT}"/super.img
+ fastboot flash super "${ANDROID_PRODUCT_OUT}"/super.img
fastboot flash userdata "${ANDROID_PRODUCT_OUT}"/userdata.img
}