aboutsummaryrefslogtreecommitdiff
path: root/targets/artecgroup
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/artecgroup
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/artecgroup')
-rw-r--r--targets/artecgroup/dbe61/Config.lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/artecgroup/dbe61/Config.lb b/targets/artecgroup/dbe61/Config.lb
index fbf472ea0f..01ce629658 100644
--- a/targets/artecgroup/dbe61/Config.lb
+++ b/targets/artecgroup/dbe61/Config.lb
@@ -31,4 +31,4 @@ romimage "fallback"
payload ../payload.elf
end
-buildrom ./dbe61.rom ROM_SIZE "fallback"
+buildrom ./coreboot.rom ROM_SIZE "fallback"