summaryrefslogtreecommitdiff
path: root/src/cpu/amd/agesa
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2015-04-26 18:53:26 -0600
committerMartin Roth <gaumless@gmail.com>2015-04-28 21:14:56 +0200
commit595e7777e7282249b13c3d7f8a45178e76798690 (patch)
tree3f578e46e4ba70ab530e2173845423597d536bec /src/cpu/amd/agesa
parent562d6f30a0745b3da4c61974f8ac1b529dac9d80 (diff)
downloadcoreboot-595e7777e7282249b13c3d7f8a45178e76798690.tar.xz
Kconfig whitespace fixes
trivial whitespace fixes. Mostly changing leading spaces to tabs. Change-Id: I0bdfe2059b90725e64adfc0bdde785b4e406969d Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: http://review.coreboot.org/10000 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/cpu/amd/agesa')
-rw-r--r--src/cpu/amd/agesa/family10/Kconfig10
-rw-r--r--src/cpu/amd/agesa/family15/Kconfig10
2 files changed, 10 insertions, 10 deletions
diff --git a/src/cpu/amd/agesa/family10/Kconfig b/src/cpu/amd/agesa/family10/Kconfig
index ec8521ce5e..f5b77ef373 100644
--- a/src/cpu/amd/agesa/family10/Kconfig
+++ b/src/cpu/amd/agesa/family10/Kconfig
@@ -42,11 +42,11 @@ config XIP_ROM_SIZE
default 0x80000
config REDIRECT_IDS_HDT_CONSOLE_TO_SERIAL
- bool "Redirect AGESA IDS_HDT_CONSOLE to serial console"
- default n
- help
- This Option allows you to redirect the AMD AGESA IDS_HDT_CONSOLE debug information to the serial console.
+ bool "Redirect AGESA IDS_HDT_CONSOLE to serial console"
+ default n
+ help
+ This Option allows you to redirect the AMD AGESA IDS_HDT_CONSOLE debug information to the serial console.
- Warning: Only enable this option when debuging or tracing AMD AGESA code.
+ Warning: Only enable this option when debuging or tracing AMD AGESA code.
endif #CPU_AMD_AGESA_FAMILY10
diff --git a/src/cpu/amd/agesa/family15/Kconfig b/src/cpu/amd/agesa/family15/Kconfig
index 7fe7d195f8..b292b90827 100644
--- a/src/cpu/amd/agesa/family15/Kconfig
+++ b/src/cpu/amd/agesa/family15/Kconfig
@@ -63,11 +63,11 @@ config XIP_ROM_SIZE
default 0x80000
config REDIRECT_IDS_HDT_CONSOLE_TO_SERIAL
- bool "Redirect AGESA IDS_HDT_CONSOLE to serial console"
- default n
- help
- This Option allows you to redirect the AMD AGESA IDS_HDT_CONSOLE debug information to the serial console.
+ bool "Redirect AGESA IDS_HDT_CONSOLE to serial console"
+ default n
+ help
+ This Option allows you to redirect the AMD AGESA IDS_HDT_CONSOLE debug information to the serial console.
- Warning: Only enable this option when debuging or tracing AMD AGESA code.
+ Warning: Only enable this option when debuging or tracing AMD AGESA code.
endif #CPU_AMD_AGESA_FAMILY15