From a7c92a6dc4e72ad5d7dba1b23d7a8d7e914cf1e9 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Tue, 5 Feb 2008 21:53:15 +0000 Subject: 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 Acked-by: Jordan Crouse git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3090 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/artecgroup/dbe61/Config.lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'targets/artecgroup') 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" -- cgit v1.2.3