diff options
author | Myles Watson <myles@pel.cs.byu.edu> | 2008-02-05 21:53:15 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2008-02-05 21:53:15 +0000 |
commit | a7c92a6dc4e72ad5d7dba1b23d7a8d7e914cf1e9 (patch) | |
tree | 26fa92a2d0f172403778bf620f35c2d0bf4c8324 /targets/msi/ms9185 | |
parent | cb5c9fb9e3e5eb6591b197d9b24f06059400d370 (diff) | |
download | coreboot-a7c92a6dc4e72ad5d7dba1b23d7a8d7e914cf1e9.tar.xz |
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/msi/ms9185')
-rw-r--r-- | targets/msi/ms9185/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/msi/ms9185/Config.lb b/targets/msi/ms9185/Config.lb index c065ff6122..e77a42c6bd 100644 --- a/targets/msi/ms9185/Config.lb +++ b/targets/msi/ms9185/Config.lb @@ -91,4 +91,4 @@ romimage "fallback" # payload ../../../payloads/tg3--eepro100--e1000--filo_hda2_com2.zelf end -buildrom ./ms9185.lxb ROM_SIZE "normal" "fallback" +buildrom ./coreboot.rom ROM_SIZE "normal" "fallback" |