diff options
author | Frans Hendriks <fhendriks@eltan.com> | 2021-06-22 12:02:05 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-06-25 15:53:10 +0000 |
commit | 57e55148f427b367063774d5e7a01abbef03ae0b (patch) | |
tree | 0b31847afd0ce1c0ab2d16601c45631816155efb /src/mainboard | |
parent | 8f9ee36c53abe8e2d07266d1a2014ac35e880d8a (diff) |
mb/facebook/fbg1701/fbg1701/vboot-rw.fmd: Correct FMD statement
CB:55452 uses FMAP instead of "cbfs master header".
The flash size statement in vboot-rw.fmd does not contain the start
address, resulting in a non-booting system.
Add start address to FLASH statement.
BUG = N/A
TEST = Boot Facebook FBG1701
Change-Id: Id05ad33babb416a37c657b25cdb1e98d47c1a56d
Signed-off-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55754
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/facebook/fbg1701/vboot-rw.fmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/facebook/fbg1701/vboot-rw.fmd b/src/mainboard/facebook/fbg1701/vboot-rw.fmd index ae7312cefe..e3c370f703 100644 --- a/src/mainboard/facebook/fbg1701/vboot-rw.fmd +++ b/src/mainboard/facebook/fbg1701/vboot-rw.fmd @@ -1,4 +1,4 @@ -FLASH 8M { +FLASH@0xff800000 8M { SI_BIOS@0x200000 0x600000 { MISC_RW@0x0 0x08000 { RW_MRC_CACHE@0 0x08000 |