diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-07 21:43:48 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-07 21:43:48 +0000 |
commit | abf2ad716daff751d75907d47bcae4a7044fd7b4 (patch) | |
tree | f82427b43d76a4791253373affed1af8669e2e7b /targets/eaglelion | |
parent | 389240f288b2708617a35ebe8d7f89b3bff316c5 (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/eaglelion')
-rw-r--r-- | targets/eaglelion/5bcm/Config.lb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/targets/eaglelion/5bcm/Config.lb b/targets/eaglelion/5bcm/Config.lb deleted file mode 100644 index 323ab7a623..0000000000 --- a/targets/eaglelion/5bcm/Config.lb +++ /dev/null @@ -1,31 +0,0 @@ -# Config file for the Eaglelion 5BCM motherboard -# This will make a target directory of 5bcm - -target 5bcm -mainboard eaglelion/5bcm - -option CONFIG_ROM_SIZE=256*1024 - -romimage "normal" - option CONFIG_USE_FALLBACK_IMAGE=0 - option CONFIG_ROM_IMAGE_SIZE=0x10000 - option COREBOOT_EXTRA_VERSION=".0Normal" -# payload /usr/share/etherboot/5.1.9pre2-lnxi-lb/tg3--ide_disk.zelf -# payload ../../../../tg3--ide_disk.zelf -# payload ../../../../../lnxieepro100.ebi -# payload /etc/hosts - payload /home/hamish/work/etherboot/eb-5.2.6-lne100.elf -end - -romimage "fallback" - option CONFIG_USE_FALLBACK_IMAGE=1 - option CONFIG_ROM_IMAGE_SIZE=0x10000 - option COREBOOT_EXTRA_VERSION=".0Fallback" -# payload /usr/share/etherboot/5.1.9pre2-lnxi-lb/tg3--ide_disk.zelf -# payload ../../../../tg3--ide_disk.zelf -# payload ../../../../../lnxieepro100.ebia -# payload /etc/hosts - payload /home/hamish/work/etherboot/eb-5.2.6-lne100.elf -end - -buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback" |