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/newisys | |
parent | 389240f288b2708617a35ebe8d7f89b3bff316c5 (diff) | |
download | coreboot-abf2ad716daff751d75907d47bcae4a7044fd7b4.tar.xz |
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/newisys')
-rw-r--r-- | targets/newisys/khepri/Config.lb | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/targets/newisys/khepri/Config.lb b/targets/newisys/khepri/Config.lb deleted file mode 100644 index d624b9c46b..0000000000 --- a/targets/newisys/khepri/Config.lb +++ /dev/null @@ -1,45 +0,0 @@ -# -# Sample config file for Newisys Khepri systems -# - -# Target directory for khepri build -target khepri - -mainboard newisys/khepri - -# set target C compiler to 32bit gcc. -option CC="gcc -m32" - -# Configuration options. - -option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=8 -option CONFIG_DEFAULT_CONSOLE_LOGLEVEL=8 -option CONFIG_CONSOLE_SERIAL8250=1 - -# Size of the image. Khepri comes with 512k per default. -option CONFIG_ROM_SIZE=512*1024 - -option CONFIG_HAVE_OPTION_TABLE=1 -option CONFIG_ROM_PAYLOAD=1 -option CONFIG_HAVE_FALLBACK_BOOT=1 - -option CONFIG_FALLBACK_SIZE=131072 - -## Coreboot C code runs at this location in RAM -option CONFIG_RAMBASE=0x00004000 - -romimage "normal" - option CONFIG_USE_FALLBACK_IMAGE=0 - option CONFIG_ROM_IMAGE_SIZE=0x20000 - option COREBOOT_EXTRA_VERSION="-Khepri-Normal" - payload ../../../payloads/tg3--ide_disk.zelf -end - -romimage "fallback" - option CONFIG_USE_FALLBACK_IMAGE=1 - option CONFIG_ROM_IMAGE_SIZE=0x20000 - option COREBOOT_EXTRA_VERSION="-Khepri-Fallback" - payload ../../../payloads/tg3--ide_disk.zelf -end - -buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback" |