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/mainboard/totalimpact/briq/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/mainboard/totalimpact/briq/Options.lb')
-rw-r--r-- | src/mainboard/totalimpact/briq/Options.lb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/totalimpact/briq/Options.lb b/src/mainboard/totalimpact/briq/Options.lb index 2659c64014..1a25c9cfa1 100644 --- a/src/mainboard/totalimpact/briq/Options.lb +++ b/src/mainboard/totalimpact/briq/Options.lb @@ -3,7 +3,7 @@ ## uses TTYS0_DIV -uses CONFIG_ROMFS +uses CONFIG_CBFS uses TTYS0_BASE uses CONFIG_BRIQ_750FX uses CONFIG_BRIQ_7400 @@ -127,8 +127,8 @@ default CONFIG_BRIQ_750FX=1 ### End Options.lb # -# ROMFS +# CBFS # # -default CONFIG_ROMFS=0 +default CONFIG_CBFS=0 end |