summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-11-18 14:05:38 -0800
committerGerrit <chrome-bot@google.com>2011-11-22 14:20:51 -0800
commit5b8a72b4f65d4ba8e9af3ad490235e31fd9fe27e (patch)
treea16b3dca114906b8914190a254d9fee1917b0aae /board
parent0f46e7520c53d2ee3d5bc87b4f597a07137c2137 (diff)
Remove second-stage U-Boot from 2MB firmware image
There is barely enough space for U-Boot in the 2MB SPI flash. We are moving to eMMC firmware anyway, so for now let's remove the second-stage U-Boot from the image. This only affects Seaboard, not Kaen. BUG=chromium-os:19724 TEST=emerge chromeos-bootimage on Seaboard Change-Id: I6e3cadc2521b473cbea4ebbfeea2606780392fdb Reviewed-on: https://gerrit.chromium.org/gerrit/11942 Reviewed-by: Tom Wai-Hong Tam <waihong@chromium.org> Commit-Ready: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/nvidia/seaboard/flashmap-twostop-2mb.dtsi7
1 files changed, 5 insertions, 2 deletions
diff --git a/board/nvidia/seaboard/flashmap-twostop-2mb.dtsi b/board/nvidia/seaboard/flashmap-twostop-2mb.dtsi
index 77915c3e08..be89993d55 100644
--- a/board/nvidia/seaboard/flashmap-twostop-2mb.dtsi
+++ b/board/nvidia/seaboard/flashmap-twostop-2mb.dtsi
@@ -47,7 +47,9 @@
/* Alignment: no requirement (yet). */
label = "fw-main-a";
reg = <0x00102000 0x00075000>;
- type = "blob boot";
+
+ /* There is not enough space for this, so remove it */
+ /* type = "blob boot"; */
};
rw-a-firmware-id@177f00 {
/* Alignment: no requirement. */
@@ -80,7 +82,8 @@
label = "fw-main-b";
/* Alignment: no requirement (yet). */
reg = <0x0017a000 0x00075000>;
- type = "blob boot";
+ /* There is not enough space for this, so remove it */
+ /* type = "blob boot"; */
};
rw-b-firmware-id@1eff00 {
label = "rw-fwid-b";