summaryrefslogtreecommitdiff
path: root/common/firmware_image.lds.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.lds.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.lds.S')
-rw-r--r--common/firmware_image.lds.S7
1 files changed, 0 insertions, 7 deletions
diff --git a/common/firmware_image.lds.S b/common/firmware_image.lds.S
index 15e784f45d..3cd806dce7 100644
--- a/common/firmware_image.lds.S
+++ b/common/firmware_image.lds.S
@@ -23,13 +23,6 @@ SECTIONS
*(.image.RW)
BYTE(0xEA) /* Mark end explicitly */
} > FLASH =0xff
-#ifdef CONFIG_RW_B
- . = ALIGN(CONFIG_FLASH_BANK_SIZE);
- .image.RW_B : AT(CONFIG_FLASH_BASE + CONFIG_SECTION_RW_B_OFF) {
- *(.image.RW_B)
- BYTE(0xEB) /* Mark end explicitly */
- } > FLASH =0xff
-#endif
.padding : AT(CONFIG_FLASH_BASE + CONFIG_FLASH_SIZE - 1) {
BYTE(0xff);
} > FLASH =0xff