We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd6f7e commit 5699ea6Copy full SHA for 5699ea6
dts/Kconfig
@@ -49,7 +49,7 @@ config DEFAULT_DEVICE_TREE
49
string "Default Device Tree for DT control"
50
help
51
This option specifies the default Device Tree used for DT control.
52
- It can be overrided from the command line:
+ It can be overridden from the command line:
53
$ make DEVICE_TREE=<device-tree-name>
54
55
endmenu
scripts/kconfig/merge_config.sh
@@ -87,7 +87,7 @@ TMP_FILE=$(mktemp ./.tmp.config.XXXXXXXXXX)
87
echo "Using $INITFILE as base"
88
cat $INITFILE > $TMP_FILE
89
90
-# Merge files, printing warnings on overrided values
+# Merge files, printing warnings on overridden values
91
for MERGE_FILE in $MERGE_LIST ; do
92
echo "Merging $MERGE_FILE"
93
CFG_LIST=$(sed -n "$SED_CONFIG_EXP" $MERGE_FILE)
0 commit comments