From 24a5213a3930ce676f56b47b4e55a8e2a8c24844 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Tue, 28 Sep 2010 16:16:58 +0000 Subject: Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings. Signed-off-by: Myles Watson Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5875 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/gigabyte/ga_2761gxdk/Kconfig | 8 -------- src/mainboard/gigabyte/m57sli/Kconfig | 8 -------- src/mainboard/gigabyte/ma785gmt/Kconfig | 8 -------- src/mainboard/gigabyte/ma78gm/Kconfig | 8 -------- 4 files changed, 32 deletions(-) (limited to 'src/mainboard/gigabyte') diff --git a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig index 64245707aa..e4d91a1e9c 100644 --- a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig +++ b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig @@ -54,10 +54,6 @@ config PCI_64BIT_PREF_MEM bool default n -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 @@ -66,10 +62,6 @@ config MAX_PHYSICAL_CPUS int default 1 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0x0 diff --git a/src/mainboard/gigabyte/m57sli/Kconfig b/src/mainboard/gigabyte/m57sli/Kconfig index ed860bafd0..5d84fc0c23 100644 --- a/src/mainboard/gigabyte/m57sli/Kconfig +++ b/src/mainboard/gigabyte/m57sli/Kconfig @@ -57,10 +57,6 @@ config PCI_64BIT_PREF_MEM bool default n -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 @@ -69,10 +65,6 @@ config MAX_PHYSICAL_CPUS int default 1 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0x0 diff --git a/src/mainboard/gigabyte/ma785gmt/Kconfig b/src/mainboard/gigabyte/ma785gmt/Kconfig index 685be90208..fcb039eea4 100644 --- a/src/mainboard/gigabyte/ma785gmt/Kconfig +++ b/src/mainboard/gigabyte/ma785gmt/Kconfig @@ -40,10 +40,6 @@ config MAINBOARD_PART_NUMBER string default "Gigabyte GA785GMT" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 8 @@ -52,10 +48,6 @@ config MAX_PHYSICAL_CPUS int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config MEM_TRAIN_SEQ int default 2 diff --git a/src/mainboard/gigabyte/ma78gm/Kconfig b/src/mainboard/gigabyte/ma78gm/Kconfig index 1290a09ad1..d42af72840 100644 --- a/src/mainboard/gigabyte/ma78gm/Kconfig +++ b/src/mainboard/gigabyte/ma78gm/Kconfig @@ -40,10 +40,6 @@ config MAINBOARD_PART_NUMBER string default "GIGABYTE MA78GM" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 8 @@ -52,10 +48,6 @@ config MAX_PHYSICAL_CPUS int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config MEM_TRAIN_SEQ int default 2 -- cgit v1.2.3