diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2016-02-09 18:27:37 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-02-10 15:04:47 +0100 |
commit | b19425b46b0eb24e9b9cd6403d1fbeb68615b66e (patch) | |
tree | 3160dfa36bddffd788e1291e562dccf3c5ea70c9 /src/mainboard | |
parent | 6b881b24a31e1fd8ee34d5e41f9600dc277d6ca7 (diff) |
google/veyron_speedy: remove extraneous file
veyron_speedy was deduplicated as sub-board into google/veyron, so the
addition of chromeos.fmd (identical btw) wasn't useful.
Change-Id: Ic4eb6f5fefb0812cae1b9c0475e3a296d7fa65b6
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/13646
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/veyron_speedy/chromeos.fmd | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/mainboard/google/veyron_speedy/chromeos.fmd b/src/mainboard/google/veyron_speedy/chromeos.fmd deleted file mode 100644 index 93afe34108..0000000000 --- a/src/mainboard/google/veyron_speedy/chromeos.fmd +++ /dev/null @@ -1,28 +0,0 @@ -FLASH@0x0 0x400000 { - WP_RO@0x0 0x200000 { - RO_SECTION@0x0 0x1f0000 { - BOOTBLOCK@0 128K - COREBOOT(CBFS)@0x20000 0xe0000 - FMAP@0x100000 0x1000 - GBB@0x101000 0xeef00 - RO_FRID@0x1eff00 0x100 - } - RO_VPD@0x1f0000 0x10000 - } - RW_SECTION_A@0x200000 0x78000 { - VBLOCK_A@0x0 0x2000 - FW_MAIN_A(CBFS)@0x2000 0x75f00 - RW_FWID_A@0x77f00 0x100 - } - RW_SHARED@0x278000 0x4000 { - SHARED_DATA@0x0 0x4000 - } - RW_ELOG@0x27c000 0x4000 - RW_SECTION_B@0x280000 0x78000 { - VBLOCK_B@0x0 0x2000 - FW_MAIN_B(CBFS)@0x2000 0x75f00 - RW_FWID_B@0x77f00 0x100 - } - RW_VPD@0x2f8000 0x8000 - RW_LEGACY@0x300000 0x100000 -} |