summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/pi
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-02-16 00:48:49 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-02-16 23:54:54 +0000
commite18a97813b9fccc26435837a77ec90e5711ce1f6 (patch)
treeebee244283918c9163a91f288ef2e2712fa5c051 /src/soc/amd/common/block/pi
parent86e9b41ac239513f46046bbe6af6e9344a6699ff (diff)
downloadcoreboot-e18a97813b9fccc26435837a77ec90e5711ce1f6.tar.gz
coreboot-e18a97813b9fccc26435837a77ec90e5711ce1f6.tar.bz2
coreboot-e18a97813b9fccc26435837a77ec90e5711ce1f6.zip
soc/amd/common/*/Kconfig: remove unneeded default n for bool options
n is the default of bool Kconfig options, so no need to have that added to each option. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I8775d84caee6fda95eb7749e96090fe05417e764 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50779 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/common/block/pi')
-rw-r--r--src/soc/amd/common/block/pi/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/pi/Kconfig b/src/soc/amd/common/block/pi/Kconfig
index cf8c79ae50f8..d2a2a6ad9bba 100644
--- a/src/soc/amd/common/block/pi/Kconfig
+++ b/src/soc/amd/common/block/pi/Kconfig
@@ -1,7 +1,6 @@
config SOC_AMD_COMMON_BLOCK_PI
bool
select HAVE_DEBUG_RAM_SETUP
- default n
help
This option builds functions that interface AMD's AGESA reference
code packaged in the binaryPI form.