diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-03-02 14:57:05 +0100 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2017-03-03 19:41:49 +0100 |
commit | d55ea7b69e2aaa77ff15da0e26a4dbdcce8ac81d (patch) | |
tree | a222bde5003d595eb3e7081e99c2422bbf3198a4 /src/mainboard | |
parent | 2eb0837b907de38f7529ebf7f129254c4fd4f437 (diff) |
mb/getac/p470: Do not select EARLY_CBMEM_INIT
This is selected by default and not overwritten anywhere else for this
board.
Change-Id: I0f803e130366ee322163f7bb6fa16cac75f5416e
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/18541
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/getac/p470/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/getac/p470/Kconfig b/src/mainboard/getac/p470/Kconfig index ea68bed9da..cdcd9cc67c 100644 --- a/src/mainboard/getac/p470/Kconfig +++ b/src/mainboard/getac/p470/Kconfig @@ -33,7 +33,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select UDELAY_LAPIC select BOARD_ROMSIZE_KB_1024 select CHANNEL_XOR_RANDOMIZATION - select EARLY_CBMEM_INIT select VGA select MAINBOARD_HAS_NATIVE_VGA_INIT select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG |