diff options
author | Keith Hui <buurin@gmail.com> | 2017-10-29 23:24:31 -0400 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-04 00:28:28 +0000 |
commit | 6b06abb461e23bcebe08f2d19d0ae79adf9f512e (patch) | |
tree | b41cdec39e24f9b7b16bae95c056c539002829d0 /src/mainboard/asus/p2b/Kconfig | |
parent | 44e2abf38ff6da6504f29f69904869cf38724ba7 (diff) |
asus/p2b: Move to EARLY_CBMEM_INIT
Change-Id: I0bf4d6318ade6e931db4f8b1af08db1f9f93c313
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/22228
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/asus/p2b/Kconfig')
-rw-r--r-- | src/mainboard/asus/p2b/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asus/p2b/Kconfig b/src/mainboard/asus/p2b/Kconfig index f2e85b6b86..6b934a5fa9 100644 --- a/src/mainboard/asus/p2b/Kconfig +++ b/src/mainboard/asus/p2b/Kconfig @@ -18,7 +18,6 @@ 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 |