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/Kconfig | |
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/Kconfig')
-rw-r--r-- | src/Kconfig | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/src/Kconfig b/src/Kconfig index a70a773e27..1379beef80 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -100,7 +100,7 @@ config PCI_ROM_RUN config HEAP_SIZE hex - default 0x2000 + default 0x4000 config COREBOOT_V2 bool @@ -138,17 +138,8 @@ config RAMTOP hex default 0x200000 -config COMPRESSED_PAYLOAD_LZMA - bool - default y - -config COMPRESSED_PAYLOAD_NRV2B - bool - default n - config ATI_RAGE_XL bool - default n source src/console/Kconfig @@ -218,7 +209,6 @@ config IOAPIC config VIDEO_MB int - default 0 config USE_WATCHDOG_ON_BOOT bool @@ -232,7 +222,6 @@ config VGA config GFXUMA bool - default n help Enable Unified Memory Architecture for graphics. @@ -357,6 +346,9 @@ config COMPRESSED_PAYLOAD_LZMA In order to reduce the size payloads take up in the ROM chip coreboot can compress them using the LZMA algorithm. +config COMPRESSED_PAYLOAD_NRV2B + default n + endmenu menu "VGA BIOS" |