summaryrefslogtreecommitdiffstats
path: root/Documentation/getting_started
diff options
context:
space:
mode:
authorJonathan Zhang <jonzhang@fb.com>2020-07-27 10:42:07 -0700
committerPatrick Georgi <pgeorgi@google.com>2020-07-29 09:36:33 +0000
commitb84bd303eeeeee89b1fde61335495ba3c2aeb185 (patch)
treeb47f48ab5c4800d88e353879a573adbf38dc49e8 /Documentation/getting_started
parent3715785a49de6c0220f4c832130764fe9f72b570 (diff)
downloadcoreboot-b84bd303eeeeee89b1fde61335495ba3c2aeb185.tar.gz
coreboot-b84bd303eeeeee89b1fde61335495ba3c2aeb185.tar.bz2
coreboot-b84bd303eeeeee89b1fde61335495ba3c2aeb185.zip
doc/getting_started: update name of file generated by "make savedefconfig"
Update kconfig.md to reflect that defconfig (instead of mini-config) file is generated by running "make savedefconfig". Signed-off-by: Jonathan Zhang <jonzhang@fb.com> Change-Id: I4075e5b51e3c504eaad25e3abfc52ba593364ee9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43973 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'Documentation/getting_started')
-rw-r--r--Documentation/getting_started/kconfig.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/getting_started/kconfig.md b/Documentation/getting_started/kconfig.md
index ecdfe62d4a01..ff8d3dcf3b67 100644
--- a/Documentation/getting_started/kconfig.md
+++ b/Documentation/getting_started/kconfig.md
@@ -52,7 +52,7 @@ command line.
not have an answer yet, it stops and queries the user for the desired value.
- olddefconfig - Generates a config, using the default value for any symbols not
listed in the .config file.
-- savedefconfig - Creates a ‘mini-config’ file, stripping out all of the symbols
+- savedefconfig - Creates a ‘defconfig’ file, stripping out all of the symbols
that were left as default values. This is very useful for debugging, and is
how config files should be saved.
- silentoldconfig - This evaluates the .config file the same way that the