diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2016-05-03 19:52:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-03 21:36:13 -0400 |
commit | b38eaec53570821043c94ad44eabcb23747d9969 (patch) | |
tree | 2514094c034485c93574493d3d067ca8f698e2f0 /include/configs/xpedite537x.h | |
parent | 700877a62bfa88ef6e0267749db49f4dc63e2ea2 (diff) |
include/configs: Numerous typo fixes: "controler" -> "controller".
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'include/configs/xpedite537x.h')
-rw-r--r-- | include/configs/xpedite537x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/xpedite537x.h b/include/configs/xpedite537x.h index a1c5826f7b..6a06b0ab1c 100644 --- a/include/configs/xpedite537x.h +++ b/include/configs/xpedite537x.h @@ -30,8 +30,8 @@ #define CONFIG_PCI 1 /* Enable PCI/PCIE */ #define CONFIG_PCI_PNP 1 /* do pci plug-and-play */ #define CONFIG_PCI_SCAN_SHOW 1 /* show pci devices on startup */ -#define CONFIG_PCIE1 1 /* PCIE controler 1 */ -#define CONFIG_PCIE2 1 /* PCIE controler 2 */ +#define CONFIG_PCIE1 1 /* PCIE controller 1 */ +#define CONFIG_PCIE2 1 /* PCIE controller 2 */ #define CONFIG_FSL_PCI_INIT 1 /* Use common FSL init code */ #define CONFIG_PCI_INDIRECT_BRIDGE 1 /* indirect PCI bridge support */ #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ |