summaryrefslogtreecommitdiff
path: root/resources/coreboot/kcma-d8-rdimm_16mb
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-08-16 21:34:21 +0100
committerLeah Rowe <leah@libreboot.org>2023-08-16 22:40:34 +0100
commit59dba6cfcdc6c154e4d46c14c42e7b6f0b84c7b5 (patch)
tree59147fae1f05a32c954772cd22ffab1405aaad0b /resources/coreboot/kcma-d8-rdimm_16mb
parent2453c303e64b3b3c2480564106ea77d89af624d8 (diff)
merge coreboot/u-boot download logic to one script
they are fundamentally the same, in an lbmk context. they are downloaded in the same way, and compiled in the same way! (Kconfig infrastructure, board-specific code, the way submodules are used in git, etc) ~200 sloc reduction in resources/scripts the audit begins Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/coreboot/kcma-d8-rdimm_16mb')
-rw-r--r--resources/coreboot/kcma-d8-rdimm_16mb/target.cfg (renamed from resources/coreboot/kcma-d8-rdimm_16mb/board.cfg)2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/coreboot/kcma-d8-rdimm_16mb/board.cfg b/resources/coreboot/kcma-d8-rdimm_16mb/target.cfg
index f2b09f48..0cbae6f0 100644
--- a/resources/coreboot/kcma-d8-rdimm_16mb/board.cfg
+++ b/resources/coreboot/kcma-d8-rdimm_16mb/target.cfg
@@ -1,4 +1,4 @@
-cbtree="fam15h_rdimm"
+tree="fam15h_rdimm"
romtype="d8d16sas"
arch="x86_64"
payload_grub="y"