projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d776b07
)
ARM: imx: Fix typo in select option for ZMX25
author
Chris Packham
<judge.packham@gmail.com>
Sat, 13 Apr 2019 08:21:48 +0000
(20:21 +1200)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 25 Apr 2019 17:16:24 +0000
(19:16 +0200)
Correct CPU_ARM926EJS1 to CPU_ARM926EJS.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
arch/arm/mach-imx/mx2/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/mx2/Kconfig
b/arch/arm/mach-imx/mx2/Kconfig
index ea308fccab02e2023dbf89c613747791c9a66a0a..30a331ae43b7e7ab630ad63a16af33699ecf996f 100644
(file)
--- a/
arch/arm/mach-imx/mx2/Kconfig
+++ b/
arch/arm/mach-imx/mx2/Kconfig
@@
-17,7
+17,7
@@
config TARGET_MX25PDK
config TARGET_ZMX25
bool "Support zmx25"
select BOARD_LATE_INIT
- select CPU_ARM926EJS
1
+ select CPU_ARM926EJS
endchoice