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/amd | |
parent | 3935b19d9fb46ef8b57a1f2817d20113aa867920 (diff) |
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/amd')
-rw-r--r-- | src/mainboard/amd/db800/Options.lb | 6 | ||||
-rw-r--r-- | src/mainboard/amd/dbm690t/Options.lb | 6 | ||||
-rw-r--r-- | src/mainboard/amd/norwich/Options.lb | 6 | ||||
-rw-r--r-- | src/mainboard/amd/pistachio/Options.lb | 6 | ||||
-rw-r--r-- | src/mainboard/amd/rumba/Options.lb | 6 | ||||
-rw-r--r-- | src/mainboard/amd/serengeti_cheetah/Options.lb | 6 | ||||
-rw-r--r-- | src/mainboard/amd/serengeti_cheetah_fam10/Options.lb | 6 |
7 files changed, 21 insertions, 21 deletions
diff --git a/src/mainboard/amd/db800/Options.lb b/src/mainboard/amd/db800/Options.lb index f61114de1d..ab75f33bb5 100644 --- a/src/mainboard/amd/db800/Options.lb +++ b/src/mainboard/amd/db800/Options.lb @@ -1,5 +1,5 @@ uses HAVE_MP_TABLE -uses CONFIG_ROMFS +uses CONFIG_CBFS uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT @@ -180,8 +180,8 @@ default MAXIMUM_CONSOLE_LOGLEVEL=8 # -# ROMFS +# CBFS # # -default CONFIG_ROMFS=0 +default CONFIG_CBFS=0 end diff --git a/src/mainboard/amd/dbm690t/Options.lb b/src/mainboard/amd/dbm690t/Options.lb index bc5b08f218..be32edf8a1 100644 --- a/src/mainboard/amd/dbm690t/Options.lb +++ b/src/mainboard/amd/dbm690t/Options.lb @@ -20,7 +20,7 @@ ## uses HAVE_MP_TABLE -uses CONFIG_ROMFS +uses CONFIG_CBFS uses HAVE_PIRQ_TABLE uses HAVE_ACPI_TABLES uses HAVE_ACPI_RESUME @@ -302,8 +302,8 @@ default HAVE_MAINBOARD_RESOURCES=1 ### End Options.lb # -# ROMFS +# CBFS # # -default CONFIG_ROMFS=0 +default CONFIG_CBFS=0 end diff --git a/src/mainboard/amd/norwich/Options.lb b/src/mainboard/amd/norwich/Options.lb index ac83e66a19..216b860b2e 100644 --- a/src/mainboard/amd/norwich/Options.lb +++ b/src/mainboard/amd/norwich/Options.lb @@ -1,5 +1,5 @@ uses HAVE_MP_TABLE -uses CONFIG_ROMFS +uses CONFIG_CBFS uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT @@ -180,8 +180,8 @@ default MAXIMUM_CONSOLE_LOGLEVEL=8 # -# ROMFS +# CBFS # # -default CONFIG_ROMFS=0 +default CONFIG_CBFS=0 end diff --git a/src/mainboard/amd/pistachio/Options.lb b/src/mainboard/amd/pistachio/Options.lb index 4a6d7b4e0b..29e7802e25 100644 --- a/src/mainboard/amd/pistachio/Options.lb +++ b/src/mainboard/amd/pistachio/Options.lb @@ -20,7 +20,7 @@ ## uses HAVE_MP_TABLE -uses CONFIG_ROMFS +uses CONFIG_CBFS uses HAVE_PIRQ_TABLE uses HAVE_ACPI_TABLES uses HAVE_ACPI_RESUME @@ -302,8 +302,8 @@ default HAVE_MAINBOARD_RESOURCES=1 ### End Options.lb # -# ROMFS +# CBFS # # -default CONFIG_ROMFS=0 +default CONFIG_CBFS=0 end diff --git a/src/mainboard/amd/rumba/Options.lb b/src/mainboard/amd/rumba/Options.lb index ab0dd8a0e1..70c05bfa56 100644 --- a/src/mainboard/amd/rumba/Options.lb +++ b/src/mainboard/amd/rumba/Options.lb @@ -1,5 +1,5 @@ uses HAVE_MP_TABLE -uses CONFIG_ROMFS +uses CONFIG_CBFS uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT @@ -161,8 +161,8 @@ default MAXIMUM_CONSOLE_LOGLEVEL=8 # -# ROMFS +# CBFS # # -default CONFIG_ROMFS=0 +default CONFIG_CBFS=0 end diff --git a/src/mainboard/amd/serengeti_cheetah/Options.lb b/src/mainboard/amd/serengeti_cheetah/Options.lb index 3d06fa46ba..697e9119a2 100644 --- a/src/mainboard/amd/serengeti_cheetah/Options.lb +++ b/src/mainboard/amd/serengeti_cheetah/Options.lb @@ -1,5 +1,5 @@ uses HAVE_MP_TABLE -uses CONFIG_ROMFS +uses CONFIG_CBFS uses HAVE_PIRQ_TABLE uses HAVE_ACPI_TABLES uses HAVE_ACPI_RESUME @@ -330,8 +330,8 @@ default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON" ### End Options.lb # -# ROMFS +# CBFS # # -default CONFIG_ROMFS=0 +default CONFIG_CBFS=0 end diff --git a/src/mainboard/amd/serengeti_cheetah_fam10/Options.lb b/src/mainboard/amd/serengeti_cheetah_fam10/Options.lb index e2963954fe..235f1c71a0 100644 --- a/src/mainboard/amd/serengeti_cheetah_fam10/Options.lb +++ b/src/mainboard/amd/serengeti_cheetah_fam10/Options.lb @@ -18,7 +18,7 @@ # uses HAVE_MP_TABLE -uses CONFIG_ROMFS +uses CONFIG_CBFS uses HAVE_PIRQ_TABLE uses HAVE_ACPI_TABLES uses HAVE_ACPI_RESUME @@ -365,8 +365,8 @@ default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON" ### End Options.lb # -# ROMFS +# CBFS # # -default CONFIG_ROMFS=0 +default CONFIG_CBFS=0 end |