From c79fc4737d6970f06467258e02e5690cfce4385e Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 17 Feb 2021 11:18:50 +0200 Subject: mb/emulation: Drop cbmem_recovery(0) call in ramstage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Calling cbmem_recovery(0) late in ramstage would appear to remove all CBMEM entries created so far. Change-Id: I2abb079844c4b41be09354d603ad36e4a56ea2e1 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/50841 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/emulation/qemu-power8/mainboard.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/emulation/qemu-power8/mainboard.c') diff --git a/src/mainboard/emulation/qemu-power8/mainboard.c b/src/mainboard/emulation/qemu-power8/mainboard.c index 54ae445b5f..cfee99f7d0 100644 --- a/src/mainboard/emulation/qemu-power8/mainboard.c +++ b/src/mainboard/emulation/qemu-power8/mainboard.c @@ -2,7 +2,6 @@ #include #include -#include static void mainboard_enable(struct device *dev) { @@ -13,7 +12,6 @@ static void mainboard_enable(struct device *dev) /* Where does RAM live? */ ram_resource(dev, 0, 2048, 32768); - cbmem_recovery(0); } struct chip_operations mainboard_ops = { -- cgit v1.2.3