From 58b8e09526fcc1aed7822a922f593d8c815d2110 Mon Sep 17 00:00:00 2001 From: Adrien 'neox' Bourmault Date: Thu, 17 Aug 2023 02:32:13 +0200 Subject: [PATCH] coreboot/fam15h: don't build ada toolchain for generic platforms These folders (fam15h_rdimm and fam15h_udimm) are generic plateforms to gather patches in common for multiple boards (e.g. kgpe-16 and kcma-d8), this is why we also disable crossgcc_ada in the configuration, since it will be built by specific boards if needed, avoiding double compilation. Signed-off-by: Adrien 'neox' Bourmault GNUtoo: split commit Acked-by: Denis 'GNUtoo' Carikli Acked-by: Adrien 'neox' Bourmault --- resources/coreboot/fam15h_rdimm/board.cfg | 1 + resources/coreboot/fam15h_udimm/board.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/coreboot/fam15h_rdimm/board.cfg b/resources/coreboot/fam15h_rdimm/board.cfg index 0dc10b9..b6a30db 100644 --- a/resources/coreboot/fam15h_rdimm/board.cfg +++ b/resources/coreboot/fam15h_rdimm/board.cfg @@ -6,3 +6,4 @@ payload_grub="n" payload_grub_withseabios="n" payload_seabios="n" payload_memtest="n" +crossgcc_ada="n" diff --git a/resources/coreboot/fam15h_udimm/board.cfg b/resources/coreboot/fam15h_udimm/board.cfg index b2412f9..ae0e6e6 100644 --- a/resources/coreboot/fam15h_udimm/board.cfg +++ b/resources/coreboot/fam15h_udimm/board.cfg @@ -6,3 +6,4 @@ payload_grub="n" payload_grub_withseabios="n" payload_seabios="n" payload_memtest="n" +crossgcc_ada="n"