diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-09-17 11:05:29 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-09-17 11:05:29 +0000 |
commit | ed10c390adf6c0022a8e9fd2b5ae935fc963d138 (patch) | |
tree | affadd4e2103c53737f1a6daff188707b1fb166b /targets/motorola | |
parent | 0a5f865a27fadb78c9094aa9e2fc6a1667202306 (diff) |
add filename to buildrom command
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1116 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/motorola')
-rw-r--r-- | targets/motorola/sandpoint/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/motorola/sandpoint/Config.lb b/targets/motorola/sandpoint/Config.lb index e10b6249a7..03fa3c1704 100644 --- a/targets/motorola/sandpoint/Config.lb +++ b/targets/motorola/sandpoint/Config.lb @@ -95,4 +95,4 @@ romimage "normal" mainboard motorola/sandpoint end -buildrom ROM_SIZE "normal" +buildrom ./linuxbios.rom ROM_SIZE "normal" |