diff options
author | Maximilian Brune <maximilian.brune@9elements.com> | 2023-01-27 00:48:13 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-31 04:01:52 +0000 |
commit | 0b31428de0adf06e23bede24cb10b50a4d04faaa (patch) | |
tree | 6d0c1df7029a305045587701c117c2c7f66996cd /configs/config.facebook_fbg1701.sbom | |
parent | 486240fc7d2f1f8fc5bac2614d5f4139ab8d4ea3 (diff) |
configs/config.facebook_fbg1701.sbom: Fix var names
The variables defined in this defconfig are incorrectly named, therefore
fix them.
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: I9299be96f8c44d6a87d380f4f942c4d26af7050d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72477
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'configs/config.facebook_fbg1701.sbom')
-rw-r--r-- | configs/config.facebook_fbg1701.sbom | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/config.facebook_fbg1701.sbom b/configs/config.facebook_fbg1701.sbom index e26debb8ec..bdd0ca81d6 100644 --- a/configs/config.facebook_fbg1701.sbom +++ b/configs/config.facebook_fbg1701.sbom @@ -1,6 +1,6 @@ -CONFIG_INCLUDE_COREBOOT_SBOM=y -CONFIG_INCLUDE_PAYLOAD_SBOM=y -CONFIG_INCLUDE_ME_SBOM=y -CONFIG_INCLUDE_MICROCODE_SBOM=y +CONFIG_SBOM=y +CONFIG_SBOM_PAYLOAD=y +CONFIG_SBOM_ME=y +CONFIG_SBOM_MICROCODE=y CONFIG_VENDOR_FACEBOOK=y CONFIG_BOARD_FACEBOOK_FBG1701=y |