google/gale: mark RW_LEGACY to carry CBFS

Change-Id: I9422d6ca2601dcc6e3d7c4a2c413c32015c10e00
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/14753
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Patrick Georgi 2016-05-10 06:49:11 +02:00 committed by Patrick Georgi
parent 0933572507
commit 55e75452d4
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@ FLASH@0x0 0x800000 {
RW_VPD@0x6e0000 0x8000
RW_ELOG@0x6e8000 0x8000
RW_NVRAM@0x6f0000 0x10000
RW_LEGACY@0x700000 0x100000
RW_LEGACY(CBFS)@0x700000 0x100000
}