diff options
Diffstat (limited to 'src/mainboard/tyan')
-rw-r--r-- | src/mainboard/tyan/s2912_fam10/Kconfig | 12 | ||||
-rw-r--r-- | src/mainboard/tyan/s8226/Kconfig | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/src/mainboard/tyan/s2912_fam10/Kconfig b/src/mainboard/tyan/s2912_fam10/Kconfig index 8b651c64ed..901a7edf4b 100644 --- a/src/mainboard/tyan/s2912_fam10/Kconfig +++ b/src/mainboard/tyan/s2912_fam10/Kconfig @@ -72,18 +72,6 @@ config AMD_UCODE_PATCH_FILE string default "mc_patch_01000095.h" -config RAMBASE - hex - default 0x200000 - -config RAMTOP - hex - default 0x1000000 - -config HEAP_SIZE - hex - default 0xc0000 - config MCP55_PCI_E_X_0 int default 1 diff --git a/src/mainboard/tyan/s8226/Kconfig b/src/mainboard/tyan/s8226/Kconfig index 64aa29a857..20de9dcd69 100644 --- a/src/mainboard/tyan/s8226/Kconfig +++ b/src/mainboard/tyan/s8226/Kconfig @@ -60,18 +60,6 @@ config IRQ_SLOT_COUNT int default 11 -config RAMTOP - hex - default 0x1000000 - -config HEAP_SIZE - hex - default 0xc0000 - -config RAMBASE - hex - default 0x200000 - config DRIVERS_PS2_KEYBOARD bool default y |