diff options
Diffstat (limited to 'src/mainboard/msi/ms9652_fam10/Kconfig')
-rw-r--r-- | src/mainboard/msi/ms9652_fam10/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/msi/ms9652_fam10/Kconfig b/src/mainboard/msi/ms9652_fam10/Kconfig index 15e179a65a..91ddbbc961 100644 --- a/src/mainboard/msi/ms9652_fam10/Kconfig +++ b/src/mainboard/msi/ms9652_fam10/Kconfig @@ -49,10 +49,6 @@ config MAX_PHYSICAL_CPUS int default 2 -config HEAP_SIZE - hex - default 0x20000 - config USE_OPTION_TABLE bool default n @@ -61,10 +57,6 @@ config MAINBOARD_PART_NUMBER string default "MS-9652" -config RAMBASE - hex - default 0x200000 - config DEFAULT_CONSOLE_LOGLEVEL int default 9 @@ -97,10 +89,6 @@ config APIC_ID_OFFSET hex default 0x00 -config RAMTOP - hex - default 0x1000000 - config AMD_UCODE_PATCH_FILE string default "mc_patch_01000096.h" |