board: imx53: fix l2 cache initialization
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 10 Apr 2021 13:31:39 +0000 (15:31 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 25 Apr 2021 22:04:52 +0000 (23:04 +0100)
commitdf443551a8d4cf74cea695ebf16b05db684f3d4e
treea3eb1d83705f3ae8859e317346f625c34a88159f
parent642cdae32167df80d4dc757f0da5f204e0298088
board: imx53: fix l2 cache initialization

Both http://openocd.zylin.com/542/ and http://openocd.zylin.com/543/
introduce the same typo in the bitfield for initializing the l2
cache of imx53.
One year later, http://openocd.zylin.com/1461/ copy-pastes the same
typo.
The comment above the code show that it's really an error and not
the expected behaviour.

Fix the typo replacing the incorrect comparison '<' with a left
shift.

Change-Id: I43725731a2228e28a676215f76936fa289d9395e
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Fixes: e3b327343394 ("cfg: add imx53loco board config")
Fixes: 108a458ab888 ("cfg: add icnova_imx53_sodimm board config")
Fixes: e608ced33001 ("ftdi/board: Add support for DENX M53EVK")
Reviewed-on: http://openocd.zylin.com/6156
Tested-by: jenkins
Reviewed-by: Adrian M Negreanu <adrian.negreanu@nxp.com>
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
tcl/board/icnova_imx53_sodimm.cfg
tcl/board/imx53-m53evk.cfg
tcl/board/imx53loco.cfg