summaryrefslogtreecommitdiffstats
path: root/targets/technexion/tim8690/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'targets/technexion/tim8690/Config.lb')
-rw-r--r--targets/technexion/tim8690/Config.lb27
1 files changed, 0 insertions, 27 deletions
diff --git a/targets/technexion/tim8690/Config.lb b/targets/technexion/tim8690/Config.lb
deleted file mode 100644
index 8a25959260f7..000000000000
--- a/targets/technexion/tim8690/Config.lb
+++ /dev/null
@@ -1,27 +0,0 @@
-# This will make a target directory of ./tim8690
-
-target tim8690
-mainboard technexion/tim8690
-
-
-romimage "normal"
- option CONFIG_ROM_SIZE = 1024*512 - 55808
- option CONFIG_USE_FALLBACK_IMAGE=0
- option CONFIG_ROM_IMAGE_SIZE=0x20000
- option CONFIG_XIP_ROM_SIZE=0x20000
- payload /home/daniel/mypayloads/link
-end
-
-romimage "fallback"
- option CONFIG_FALLBACK_SIZE= 1024*512 - 55808
- option CONFIG_USE_FALLBACK_IMAGE=1
- option CONFIG_ROM_IMAGE_SIZE=0x20000
- option CONFIG_XIP_ROM_SIZE=0x20000
- payload /home/daniel/mypayloads/link
-
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"
-
-
-