From ffe3b85392b4d70347fb6fbf8c867b8cf2bc5596 Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Thu, 22 Dec 2011 14:48:37 -0800 Subject: [PATCH] Revert "Install kernels on partition 12 on arm" This reverts commit 1d20fe6813b991899900aaa4f92b965a8f0b511d Change-Id: I2d07c4c16e56841e397ee62d0371c5edc85c8364 Reviewed-on: https://gerrit.chromium.org/gerrit/13439 Commit-Ready: Olof Johansson Reviewed-by: Olof Johansson Tested-by: Olof Johansson Reviewed-by: Ryan Cui Tested-by: Ryan Cui --- update_bootloaders.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/update_bootloaders.sh b/update_bootloaders.sh index 8d443df6e0..67752215de 100755 --- a/update_bootloaders.sh +++ b/update_bootloaders.sh @@ -243,8 +243,6 @@ elif [[ "${FLAGS_arch}" = "arm" ]]; then sudo mkdir -p "${ESP_FS_DIR}/u-boot" sudo cp "${FLAGS_from}/boot-A.scr.uimg" \ "${ESP_FS_DIR}/u-boot/boot.scr.uimg" - sudo cp -f "${FLAGS_from}"/vmlinuz "${ESP_FS_DIR}"/vmlinuz.uimg.A - sudo cp -f "${FLAGS_from}"/zImage "${ESP_FS_DIR}"/vmlinuz.A fi fi