aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
diff options
context:
space:
mode:
authorHaolin Li <li.haolin@qq.com>2021-07-18 10:13:39 +0800
committerStefano Babic <sbabic@denx.de>2021-10-07 16:53:50 +0200
commit7d4541cdfbf9697c39e720690f13b9c02d3c7555 (patch)
tree1916e263c292b800daa27e0466c27291d4300b5e /drivers/mtd
parentea67f467a43e4c8852bd1ce1bb75f5dc6c3788d1 (diff)
downloadu-boot-7d4541cdfbf9697c39e720690f13b9c02d3c7555.zip
u-boot-7d4541cdfbf9697c39e720690f13b9c02d3c7555.tar.gz
u-boot-7d4541cdfbf9697c39e720690f13b9c02d3c7555.tar.bz2
mtd: nand: Fix typo in MXC Kconfig symbol description
Trivial typo fix. Signed-off-by: Haolin Li <li.haolin@qq.com> Reviewed-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/raw/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
index 790ee34..d4da639 100644
--- a/drivers/mtd/nand/raw/Kconfig
+++ b/drivers/mtd/nand/raw/Kconfig
@@ -369,7 +369,7 @@ config NAND_MXC
imply CMD_NAND
help
This enables the NAND driver for the NAND flash controller on the
- i.MX27 / i.MX31 / i.MX5 rocessors.
+ i.MX27 / i.MX31 / i.MX5 processors.
config NAND_MXS
bool "MXS NAND support"