summaryrefslogtreecommitdiff
path: root/targets/ibm/e325
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-02-07 21:43:48 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-02-07 21:43:48 +0000
commitabf2ad716daff751d75907d47bcae4a7044fd7b4 (patch)
treef82427b43d76a4791253373affed1af8669e2e7b /targets/ibm/e325
parent389240f288b2708617a35ebe8d7f89b3bff316c5 (diff)
newconfig is no more.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5089 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/ibm/e325')
-rw-r--r--targets/ibm/e325/Config.lb34
1 files changed, 0 insertions, 34 deletions
diff --git a/targets/ibm/e325/Config.lb b/targets/ibm/e325/Config.lb
deleted file mode 100644
index cd1a055815..0000000000
--- a/targets/ibm/e325/Config.lb
+++ /dev/null
@@ -1,34 +0,0 @@
-# the IBM E325
-# This will make a target directory of ./e325
-
-target e325
-
-mainboard ibm/e325
-
-#
-###
-### Compute the start location and size size of
-### The coreboot bootloader.
-###
-
-#
-# Arima hdama
-romimage "normal"
- option CONFIG_USE_FALLBACK_IMAGE=0
- option CONFIG_ROM_IMAGE_SIZE=0x20000
- option COREBOOT_EXTRA_VERSION=".0Normal"
-# payload ../../filo.elf
- payload ../../../payloads/filo.elf
-end
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE=1
- option CONFIG_ROM_IMAGE_SIZE=0x20000
- option COREBOOT_EXTRA_VERSION=".0Fallback"
-# payload ../../filo.elf
- payload ../../../payloads/filo.elf
-# use this to test a build if you don't have the etherboot
-# payload /etc/hosts
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"