aboutsummaryrefslogtreecommitdiff
path: root/targets/olpc/btest/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'targets/olpc/btest/Config.lb')
-rw-r--r--targets/olpc/btest/Config.lb24
1 files changed, 0 insertions, 24 deletions
diff --git a/targets/olpc/btest/Config.lb b/targets/olpc/btest/Config.lb
deleted file mode 100644
index df9d0fec91..0000000000
--- a/targets/olpc/btest/Config.lb
+++ /dev/null
@@ -1,24 +0,0 @@
-# Config file for the olpc btest
-
-target btest
-mainboard olpc/btest
-
-# Don't let coreboot compress the payload
-#option CONFIG_COMPRESSED_PAYLOAD_NRV2B=0
-#option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
-#option CONFIG_PRECOMPRESSED_PAYLOAD=0
-
-# leave 64k for vsa and 64k for EC code
-option CONFIG_ROM_SIZE=(1024*1024)-(64*1024)-(64*1024)
-option CONFIG_FALLBACK_SIZE=CONFIG_ROM_SIZE
-
-option CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 3
-option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 3
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE=1
- option CONFIG_ROM_IMAGE_SIZE=32*1024
- option COREBOOT_EXTRA_VERSION=".0Fallback"
- payload /tmp/olpcpayload.elf
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"