aboutsummaryrefslogtreecommitdiff
path: root/targets/newisys
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/newisys
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/newisys')
-rw-r--r--targets/newisys/khepri/Config.lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/newisys/khepri/Config.lb b/targets/newisys/khepri/Config.lb
index fc7f2fcfe1..04bea9b890 100644
--- a/targets/newisys/khepri/Config.lb
+++ b/targets/newisys/khepri/Config.lb
@@ -42,4 +42,4 @@ romimage "fallback"
payload ../../../payloads/tg3--ide_disk.zelf
end
-buildrom ./khepri.rom ROM_SIZE "normal" "fallback"
+buildrom ./coreboot.rom ROM_SIZE "normal" "fallback"