projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea67f46
)
mtd: nand: Fix typo in MXC Kconfig symbol description
author
Haolin Li
<li.haolin@qq.com>
Sun, 18 Jul 2021 02:13:39 +0000
(10:13 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 7 Oct 2021 14:53:50 +0000
(16:53 +0200)
Trivial typo fix.
Signed-off-by: Haolin Li <li.haolin@qq.com>
Reviewed-by: Michal Simek <michal.simek@xilinx.com>
drivers/mtd/nand/raw/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/raw/Kconfig
b/drivers/mtd/nand/raw/Kconfig
index
790ee34
..
d4da639
100644
(file)
--- 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
p
rocessors.
config NAND_MXS
bool "MXS NAND support"