summaryrefslogtreecommitdiffstats
path: root/targets/amd/serengeti_cheetah/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'targets/amd/serengeti_cheetah/Config.lb')
-rw-r--r--targets/amd/serengeti_cheetah/Config.lb28
1 files changed, 0 insertions, 28 deletions
diff --git a/targets/amd/serengeti_cheetah/Config.lb b/targets/amd/serengeti_cheetah/Config.lb
deleted file mode 100644
index b336c2afae3d..000000000000
--- a/targets/amd/serengeti_cheetah/Config.lb
+++ /dev/null
@@ -1,28 +0,0 @@
-# Sample config file for
-# the amd serengeti_cheetah
-# This will make a target directory of ./serengeti_cheetah
-
-target serengeti_cheetah
-mainboard amd/serengeti_cheetah
-
-romimage "normal"
- option CONFIG_USE_FAILOVER_IMAGE=0
- option CONFIG_USE_FALLBACK_IMAGE=0
- option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Normal"
- payload ../payload.elf
-end
-
-romimage "fallback"
- option CONFIG_USE_FAILOVER_IMAGE=0
- option CONFIG_USE_FALLBACK_IMAGE=1
- option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
- payload ../payload.elf
-end
-
-romimage "failover"
- option CONFIG_USE_FAILOVER_IMAGE=1
- option CONFIG_USE_FALLBACK_IMAGE=0
- option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Failover"
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback" "failover"