diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2016-07-15 13:44:45 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-16 09:43:12 -0400 |
commit | 62a3b7dd086ef8ceba91e99cceb19704efc1b482 (patch) | |
tree | 7336b817a5d03f1594bc4b8c89c9545578f72d4c /include/configs | |
parent | fc5d54b7fa3fa602e06e2f0863c0b134d6afca70 (diff) |
Various, unrelated tree-wide typo fixes.
Fix a number of typos, including:
* "compatble" -> "compatible"
* "eanbeld" -> "enabled"
* "envrionment" -> "environment"
* "FTD" -> "FDT" (for "flattened device tree")
* "ommitted" -> "omitted"
* "overriden" -> "overridden"
* "partiton" -> "partition"
* "propogate" -> "propagate"
* "resourse" -> "resource"
* "rest in piece" -> "rest in peace"
* "suport" -> "support"
* "varible" -> "variable"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mxs.h | 2 | ||||
-rw-r--r-- | include/configs/v38b.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mxs.h b/include/configs/mxs.h index 0882d5d8f2..238b16d17f 100644 --- a/include/configs/mxs.h +++ b/include/configs/mxs.h @@ -120,7 +120,7 @@ #define CONFIG_PL011_CLOCK 24000000 #define CONFIG_PL01x_PORTS { (void *)MXS_UARTDBG_BASE } #define CONFIG_CONS_INDEX 0 -/* Default baudrate can be overriden by board! */ +/* Default baudrate can be overridden by board! */ #ifndef CONFIG_BAUDRATE #define CONFIG_BAUDRATE 115200 #endif diff --git a/include/configs/v38b.h b/include/configs/v38b.h index 28c748d074..5ebdf5b402 100644 --- a/include/configs/v38b.h +++ b/include/configs/v38b.h @@ -55,7 +55,7 @@ #define SDRAM_TAPDELAY 0x10000000 /* - * PCI - no suport + * PCI - no support */ #undef CONFIG_PCI |