aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-03-20 11:00:45 -0400
committerKevin O'Connor <kevin@koconnor.net>2010-03-20 11:00:45 -0400
commitd9c936181db3f64f592dd234ad76c5a85741a06d (patch)
treee1627f3afc055e7c3f5e31dc8e7948177c812056 /src/config.h
parentc35e1e50c389c6d63227e7f8d922cbcf4dea68aa (diff)
downloadseabios-hppa-d9c936181db3f64f592dd234ad76c5a85741a06d.zip
seabios-hppa-d9c936181db3f64f592dd234ad76c5a85741a06d.tar.gz
seabios-hppa-d9c936181db3f64f592dd234ad76c5a85741a06d.tar.bz2
Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT.
Coreboot users will almost certainly want CBFS support, and non-coreboot users have no use for it. So, make that the default behaviour.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 5316f22..e762435 100644
--- a/src/config.h
+++ b/src/config.h
@@ -87,7 +87,7 @@
#define CONFIG_PCI_ROOT1 0x00
#define CONFIG_PCI_ROOT2 0x00
// Support searching coreboot flash format.
-#define CONFIG_COREBOOT_FLASH 0
+#define CONFIG_COREBOOT_FLASH 1
// Support floppy images in the coreboot flash.
#define CONFIG_FLASH_FLOPPY 1
// Support the lzma decompression algorighm.