From 483b7bbd7703ebe100ea7b10393e18712bbafc95 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Tue, 14 Apr 2009 07:40:01 +0000 Subject: 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 Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4113 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config/Options.lb') 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 -- cgit v1.2.3