From 57e55148f427b367063774d5e7a01abbef03ae0b Mon Sep 17 00:00:00 2001 From: Frans Hendriks Date: Tue, 22 Jun 2021 12:02:05 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/55754 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Arthur Heymans --- src/mainboard/facebook/fbg1701/vboot-rw.fmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/facebook/fbg1701') 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 -- cgit v1.2.3