From 28e02556c13fc7c43098e66ac30c7f3959ec989f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Fri, 1 Sep 2017 06:41:21 +0300 Subject: intel/i440bx: Move LATE_CBMEM_INIT under mainboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some of these will move to EARLY_CBMEM_INIT. Change-Id: Ia969e30ad7097860180bd047eaf81859a42a747c Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21311 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Keith Hui --- src/mainboard/asus/p2b-d/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/asus/p2b-d/Kconfig') diff --git a/src/mainboard/asus/p2b-d/Kconfig b/src/mainboard/asus/p2b-d/Kconfig index ba2e7e0057..8bee3e11e4 100644 --- a/src/mainboard/asus/p2b-d/Kconfig +++ b/src/mainboard/asus/p2b-d/Kconfig @@ -18,6 +18,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select CPU_INTEL_SLOT_1 select NORTHBRIDGE_INTEL_I440BX + select LATE_CBMEM_INIT select SOUTHBRIDGE_INTEL_I82371EB select SUPERIO_WINBOND_W83977TF select HAVE_PIRQ_TABLE -- cgit v1.2.3