summaryrefslogtreecommitdiff
path: root/include/chromeos
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 /include/chromeos
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 'include/chromeos')
-rw-r--r--include/chromeos/fdt_decode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/chromeos/fdt_decode.h b/include/chromeos/fdt_decode.h
index 772716773c..2073ee6238 100644
--- a/include/chromeos/fdt_decode.h
+++ b/include/chromeos/fdt_decode.h
@@ -32,7 +32,8 @@ struct fdt_twostop_fmap {
struct {
struct fdt_fmap_entry readonly;
- struct fdt_fmap_entry ro_onestop;
+ struct fdt_fmap_entry ro_firmware_image;
+ struct fdt_fmap_entry ro_firmware_id;
struct fdt_fmap_entry fmap;
struct fdt_fmap_entry gbb;
} readonly;