diff options
author | Randall Spangler <rspangler@chromium.org> | 2012-07-17 10:47:17 -0700 |
---|---|---|
committer | Gerrit <chrome-bot@google.com> | 2012-07-17 14:40:59 -0700 |
commit | eb93d200bee773836098d9bc0b7afd77c3155b23 (patch) | |
tree | fe5f92e9a1cb286ac0776b9cfbe8b7cae351934c /include/system.h | |
parent | fc7b64e186723f32a00663f51161a467af58c2f3 (diff) | |
download | chrome-ec-eb93d200bee773836098d9bc0b7afd77c3155b23.tar.gz |
Rename section A to RW, to match other platforms
BUG=chrome-os-partner:11149
TEST=make link, snow, bds; on reboot,
sysjump rw
sysinfo <- should indicate current image is rw
Then on root shell,
ectool version <- should indicate rw
Change-Id: I833fcb814165379dd044e4cb46ae338e5da81212
Signed-off-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/27660
Diffstat (limited to 'include/system.h')
-rw-r--r-- | include/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/system.h b/include/system.h index 0f473b2f6a..4e2fcdaabe 100644 --- a/include/system.h +++ b/include/system.h @@ -28,7 +28,7 @@ enum system_image_copy_t { SYSTEM_IMAGE_UNKNOWN = 0, SYSTEM_IMAGE_RO, - SYSTEM_IMAGE_RW_A + SYSTEM_IMAGE_RW }; /* Pre-initializes the module. This occurs before clocks or tasks are |