diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2009-02-13 20:20:21 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2009-02-13 20:20:21 +0000 |
commit | 66948f7e8c3e2e89c5fd8a7b0b4c7bc112553aa0 (patch) | |
tree | 82f426293d55aa88003378fc2a065185e4debe80 /targets/agami/aruma/build | |
parent | 31197a61d9d1a82d4a3a48b4fdb0da9ea51bd29e (diff) | |
download | coreboot-66948f7e8c3e2e89c5fd8a7b0b4c7bc112553aa0.tar.xz |
This target is dead.
The company is dead.
It causes builds to fail, and that is not a problem we need to have.
Removing it to remove the problems it causes.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3945 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/agami/aruma/build')
-rwxr-xr-x | targets/agami/aruma/build | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/targets/agami/aruma/build b/targets/agami/aruma/build deleted file mode 100755 index 90b202ce55..0000000000 --- a/targets/agami/aruma/build +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# script to generate rom image with builtin vga option rom. -# call from freebios2/targets -# -rm -rf agami/aruma/agami_aruma -./buildtarget agami/aruma/ -cd agami/aruma/agami_aruma -make -mv agami_aruma.rom agami_aruma_novga.rom -cat ~/atiragexl.rom agami_aruma_novga.rom > agami_aruma.rom -cd ../../.. |