diff options
author | Peter Stuge <peter@stuge.se> | 2009-04-14 07:40:01 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2009-04-14 07:40:01 +0000 |
commit | 483b7bbd7703ebe100ea7b10393e18712bbafc95 (patch) | |
tree | e789cebd812f01966e5a85fde02d3dafb147ac45 /src/config/Options.lb | |
parent | 3935b19d9fb46ef8b57a1f2817d20113aa867920 (diff) | |
download | coreboot-483b7bbd7703ebe100ea7b10393e18712bbafc95.tar.xz |
v2/src romfs->cbfs rename
This also has the config tool changes in v2/util.
Rename romfs.[ch]->cbfs.[ch] and sed romfs->cbfs romtool->cbfstool ROMFS->CBFS
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4113 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 9739b6d909..7bcba27e04 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -679,10 +679,10 @@ define CONFIG_FS_FAT export always comment "Enable FAT filesystem support" end -define CONFIG_ROMFS +define CONFIG_CBFS default 0 export always - comment "The new ROMFS file system" + comment "The new CBFS file system" end define AUTOBOOT_DELAY default 2 |