summaryrefslogtreecommitdiff
path: root/targets/agami/aruma/Config1M.lb
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2009-02-13 20:20:21 +0000
committerRonald G. Minnich <rminnich@gmail.com>2009-02-13 20:20:21 +0000
commit66948f7e8c3e2e89c5fd8a7b0b4c7bc112553aa0 (patch)
tree82f426293d55aa88003378fc2a065185e4debe80 /targets/agami/aruma/Config1M.lb
parent31197a61d9d1a82d4a3a48b4fdb0da9ea51bd29e (diff)
downloadcoreboot-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/Config1M.lb')
-rw-r--r--targets/agami/aruma/Config1M.lb24
1 files changed, 0 insertions, 24 deletions
diff --git a/targets/agami/aruma/Config1M.lb b/targets/agami/aruma/Config1M.lb
deleted file mode 100644
index d28b4ae0e5..0000000000
--- a/targets/agami/aruma/Config1M.lb
+++ /dev/null
@@ -1,24 +0,0 @@
-# This will make a target directory of ./agami_aruma
-
-target agami_aruma
-mainboard agami/aruma
-
-#option DEFAULT_CONSOLE_LOGLEVEL=8
-#option MAXIMUM_CONSOLE_LOGLEVEL=8
-
-option DEFAULT_CONSOLE_LOGLEVEL=7
-option MAXIMUM_CONSOLE_LOGLEVEL=7
-
-option ROM_SIZE = (1024*1024)
-option FALLBACK_SIZE = (1024*1024)
-option CONFIG_COMPRESSED_PAYLOAD_LZMA = 1
-
-romimage "fallback"
- option USE_FALLBACK_IMAGE=1
- option ROM_IMAGE_SIZE=0x14000
- option XIP_ROM_SIZE=0x20000
- option COREBOOT_EXTRA_VERSION=".0-big"
- payload ../../../../../../linux.elf
-end
-
-buildrom ./coreboot.rom ROM_SIZE "fallback"