From 29ce1be9ccc8a16c5ba8b156c9a60ffb27115469 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Wed, 4 Dec 2019 13:39:52 -0800 Subject: [PATCH] mainboard/facebook/watson: Reclaim unused flash space Currently FMAP does not allocate all the usable space. This change addresses that by removing unused section and expanding CBFS section. TEST=tested on actual watson HW Change-Id: I5f407c11031822d58f11f1a4684845d57653b190 Signed-off-by: Andrey Petrov Reviewed-on: https://review.coreboot.org/c/coreboot/+/37474 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh Reviewed-by: Frans Hendriks --- src/mainboard/facebook/watson/board.fmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mainboard/facebook/watson/board.fmd b/src/mainboard/facebook/watson/board.fmd index feeb799a8e..e2b8f58d06 100644 --- a/src/mainboard/facebook/watson/board.fmd +++ b/src/mainboard/facebook/watson/board.fmd @@ -20,7 +20,6 @@ FLASH@0xff000000 0x1000000 { # This only exists to satisfy tools that specifically # look for RO_VPD. RO_VPD@0x30000 0x1000 - UNUSED_4@0x31000 0x1cf000 - COREBOOT(CBFS)@0x200000 0x800000 + COREBOOT(CBFS)@0x31000 0x9cf000 } }