aboutsummaryrefslogtreecommitdiff
path: root/targets/amd
diff options
context:
space:
mode:
authorMyles Watson <myles@pel.cs.byu.edu>2008-02-05 21:53:15 +0000
committerMyles Watson <mylesgw@gmail.com>2008-02-05 21:53:15 +0000
commita7c92a6dc4e72ad5d7dba1b23d7a8d7e914cf1e9 (patch)
tree26fa92a2d0f172403778bf620f35c2d0bf4c8324 /targets/amd
parentcb5c9fb9e3e5eb6591b197d9b24f06059400d370 (diff)
This patch changes all rom names that aren't coreboot.rom in Config.lb files.
I think that since the directory specifies the architecture and the board, it is redundant information to name it something else, and it makes it more difficult to automate the build process (buildrom). Signed-off-by: Myles Watson <myles@pel.cs.byu.edu> Acked-by: Jordan Crouse <jordan.crouse@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3090 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/amd')
-rw-r--r--targets/amd/db800/Config.lb2
-rw-r--r--targets/amd/norwich/Config.lb2
-rw-r--r--targets/amd/serengeti_cheetah_fam10/Config.lb4
3 files changed, 4 insertions, 4 deletions
diff --git a/targets/amd/db800/Config.lb b/targets/amd/db800/Config.lb
index 147d80f9de..f12f8561be 100644
--- a/targets/amd/db800/Config.lb
+++ b/targets/amd/db800/Config.lb
@@ -46,4 +46,4 @@ romimage "fallback"
payload ../payload.elf
end
-buildrom ./db800.rom ROM_SIZE "fallback"
+buildrom ./coreboot.rom ROM_SIZE "fallback"
diff --git a/targets/amd/norwich/Config.lb b/targets/amd/norwich/Config.lb
index 2830cac645..b054ef703c 100644
--- a/targets/amd/norwich/Config.lb
+++ b/targets/amd/norwich/Config.lb
@@ -46,4 +46,4 @@ romimage "fallback"
payload ../payload.elf
end
-buildrom ./norwich.rom ROM_SIZE "fallback"
+buildrom ./coreboot.rom ROM_SIZE "fallback"
diff --git a/targets/amd/serengeti_cheetah_fam10/Config.lb b/targets/amd/serengeti_cheetah_fam10/Config.lb
index 18c558c82e..59e2cc94c3 100644
--- a/targets/amd/serengeti_cheetah_fam10/Config.lb
+++ b/targets/amd/serengeti_cheetah_fam10/Config.lb
@@ -65,6 +65,6 @@ romimage "failover"
option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Failover"
end
-#buildrom ./amd-cheetah-fam10.rom ROM_SIZE "normal" "fallback" "failover"
-buildrom ./amd-cheetah-fam10.rom ROM_SIZE "fallback" "failover"
+#buildrom ./coreboot.rom ROM_SIZE "normal" "fallback" "failover"
+buildrom ./coreboot.rom ROM_SIZE "fallback" "failover"