There is no Cache As Ram for these boards, let's get rid of them. Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Change-Id: Ia70befc59708c360ad02ed7e3a49d3b0f95dc707 Reviewed-on: http://review.coreboot.org/7119 Reviewed-by: Marc Jones <marc.jones@se-eng.com> Tested-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
21 lines
376 B
Plaintext
21 lines
376 B
Plaintext
if VENDOR_DIGITALLOGIC
|
|
|
|
choice
|
|
prompt "Mainboard model"
|
|
|
|
config BOARD_DIGITALLOGIC_ADL855PC
|
|
bool "smartModule855"
|
|
config BOARD_DIGITALLOGIC_MSM800SEV
|
|
bool "MSM800SEV"
|
|
|
|
endchoice
|
|
|
|
source "src/mainboard/digitallogic/adl855pc/Kconfig"
|
|
source "src/mainboard/digitallogic/msm800sev/Kconfig"
|
|
|
|
config MAINBOARD_VENDOR
|
|
string
|
|
default "DIGITAL-LOGIC"
|
|
|
|
endif # VENDOR_DIGITALLOGIC
|