summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2011-07-14 18:43:17 +0800
committerSimon Glass <sjg@chromium.org>2011-08-29 10:58:56 -0700
commit089a52dacb068d5564a6947bb4234daf18a53f52 (patch)
tree6148355c847539b18d866e2b0abeddc32e72158d /lib
parent106ae544629c8ced2293e31897f5d5f81562b5ad (diff)
CHROMIUM: reorganize fmap to increase size for R/O u-boot
BUG=chromium-os:17424 TEST=build and boot on tegra2_{seaboard,kaen,dev-board} Change-Id: Idea5a021c0c3888f5cc60c8fd5faf8d875d6267e Reviewed-on: http://gerrit.chromium.org/gerrit/4088 Tested-by: Che-Liang Chiou <clchiou@chromium.org> Reviewed-by: Rong Chang <rongchang@chromium.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/chromeos/fdt_decode.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chromeos/fdt_decode.c b/lib/chromeos/fdt_decode.c
index 438b8c5589..a85dc37d65 100644
--- a/lib/chromeos/fdt_decode.c
+++ b/lib/chromeos/fdt_decode.c
@@ -83,7 +83,8 @@ static int fdt_decode_block_lba(const void *fdt, int offset, const char *path,
ACT_ON_ENTRY("/verification-block", onestop_layout.vblock); \
ACT_ON_ENTRY("/firmware-id", onestop_layout.fwid); \
ACT_ON_ENTRY("/readonly", readonly.readonly); \
- ACT_ON_ENTRY("/ro-onestop", readonly.ro_onestop); \
+ ACT_ON_ENTRY("/ro-firmware-image", readonly.ro_firmware_image); \
+ ACT_ON_ENTRY("/ro-firmware-id", readonly.ro_firmware_id); \
ACT_ON_ENTRY("/fmap", readonly.fmap); \
ACT_ON_ENTRY("/gbb", readonly.gbb); \
ACT_ON_ENTRY("/readwrite-a", readwrite_a.readwrite_a); \