On 13/04/19 10:21, Chris Packham wrote: > Correct CPU_ARM926EJS1 to CPU_ARM926EJS. > > Reported-by: Robert P. J. Day <[email protected]> > Signed-off-by: Chris Packham <[email protected]> > --- > > arch/arm/mach-imx/mx2/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-imx/mx2/Kconfig b/arch/arm/mach-imx/mx2/Kconfig > index ea308fccab02..30a331ae43b7 100644 > --- 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_ARM926EJS1 > + select CPU_ARM926EJS > > endchoice > >
Reviewed-by : Stefano Babiy <[email protected]> Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: [email protected] ===================================================================== _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

