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
This commit is contained in:
Peter Stuge 2009-04-14 07:40:01 +00:00
commit 483b7bbd77
116 changed files with 773 additions and 352 deletions

View file

@ -19,7 +19,7 @@
##
uses HAVE_MP_TABLE
uses CONFIG_ROMFS
uses CONFIG_CBFS
uses HAVE_PIRQ_TABLE
uses USE_FALLBACK_IMAGE
uses HAVE_FALLBACK_BOOT
@ -104,8 +104,8 @@ default DEFAULT_CONSOLE_LOGLEVEL = 6
default MAXIMUM_CONSOLE_LOGLEVEL = 6
#
# ROMFS
# CBFS
#
#
default CONFIG_ROMFS=0
default CONFIG_CBFS=0
end

View file

@ -20,7 +20,7 @@
##
uses HAVE_MP_TABLE
uses CONFIG_ROMFS
uses CONFIG_CBFS
uses HAVE_PIRQ_TABLE
uses USE_FALLBACK_IMAGE
uses HAVE_FALLBACK_BOOT
@ -105,8 +105,8 @@ default CONFIG_MAX_PCI_BUSES = 3
#
# ROMFS
# CBFS
#
#
default CONFIG_ROMFS=0
default CONFIG_CBFS=0
end