diff options
Diffstat (limited to 'src/mainboard/amd/lamar/Kconfig')
-rw-r--r-- | src/mainboard/amd/lamar/Kconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/mainboard/amd/lamar/Kconfig b/src/mainboard/amd/lamar/Kconfig index 4d67a431db..406b78fb43 100644 --- a/src/mainboard/amd/lamar/Kconfig +++ b/src/mainboard/amd/lamar/Kconfig @@ -44,34 +44,14 @@ config MAINBOARD_SERIAL_NUMBER string default "52198A" -config HW_MEM_HOLE_SIZEK - hex - default 0x200000 - config MAX_CPUS int default 4 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config IRQ_SLOT_COUNT int default 11 -config RAMTOP - hex - default 0x1000000 - -config HEAP_SIZE - hex - default 0xc0000 - -config RAMBASE - hex - default 0x200000 - config ONBOARD_VGA_IS_PRIMARY bool default y |