diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-10-16 19:12:49 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-10-16 19:12:49 +0000 |
commit | 04000f46425da330a14044f2c60c5598b4dfa539 (patch) | |
tree | c7c12f4d4a5505e996ab73e75a44d893cbc5d55d /src/mainboard/gigabyte | |
parent | 2c54f90280dda5ba61ba7dad5b2dc3948df6b0b4 (diff) |
Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4793 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga_2761gxdk/Kconfig | 5 | ||||
-rw-r--r-- | src/mainboard/gigabyte/m57sli/Kconfig | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig index 9632bb9fc3..2189cad32d 100644 --- a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig +++ b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig @@ -97,11 +97,6 @@ config MAX_PHYSICAL_CPUS default 1 depends on BOARD_GIGABYTE_GA_2761GXDK -config AP_CODE_IN_CAR - bool - default n - depends on BOARD_GIGABYTE_GA_2761GXDK - config HW_MEM_HOLE_SIZE_AUTO_INC bool default n diff --git a/src/mainboard/gigabyte/m57sli/Kconfig b/src/mainboard/gigabyte/m57sli/Kconfig index 0870fc88f0..b5e02d9272 100644 --- a/src/mainboard/gigabyte/m57sli/Kconfig +++ b/src/mainboard/gigabyte/m57sli/Kconfig @@ -99,11 +99,6 @@ config MAX_PHYSICAL_CPUS default 1 depends on BOARD_GIGABYTE_M57SLI -config AP_CODE_IN_CAR - bool - default n - depends on BOARD_GIGABYTE_M57SLI - config HW_MEM_HOLE_SIZE_AUTO_INC bool default n |