diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2010-03-20 11:00:45 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2010-03-20 11:00:45 -0400 |
commit | d9c936181db3f64f592dd234ad76c5a85741a06d (patch) | |
tree | e1627f3afc055e7c3f5e31dc8e7948177c812056 /src/config.h | |
parent | c35e1e50c389c6d63227e7f8d922cbcf4dea68aa (diff) | |
download | seabios-d9c936181db3f64f592dd234ad76c5a85741a06d.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 5316f22f..e7624355 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. |