summaryrefslogtreecommitdiff
path: root/common/firmware_image.S
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-07-17 09:58:17 -0700
committerGerrit <chrome-bot@google.com>2012-07-17 13:11:44 -0700
commitfc7b64e186723f32a00663f51161a467af58c2f3 (patch)
tree7b7b3e0b65f4cca2ea91b0743b196dbd95926c9f /common/firmware_image.S
parentc44c17890c2fbda1edc74361b0174fed405f9eee (diff)
downloadchrome-ec-fc7b64e186723f32a00663f51161a467af58c2f3.tar.gz
Remove firmware B
BUG=chrome-os-partner:11449 TEST=build link, snow, bds; ectool reboot_ec cold to make sure enums line up Change-Id: Ie09db2080a00f1a7e2c05579b9b41ea5137c1af0 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/27658 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'common/firmware_image.S')
-rw-r--r--common/firmware_image.S8
1 files changed, 1 insertions, 7 deletions
diff --git a/common/firmware_image.S b/common/firmware_image.S
index c3c00ab2f7..30f987d2fa 100644
--- a/common/firmware_image.S
+++ b/common/firmware_image.S
@@ -17,12 +17,6 @@
.section .image.RO, "ax"
.incbin FW_IMAGE(RO)
-/* Read Write firmware copy A */
+/* Read Write firmware */
.section .image.RW, "ax"
.incbin FW_IMAGE(RW)
-
-#ifdef CONFIG_RW_B
-/* Read Write firmware copy B */
-.section .image.RW_B, "ax"
-.incbin FW_IMAGE(RW_B)
-#endif