u-boot-brain/board/toradex/verdin-imx8mm
Claudius Heine b9bb1d06e2 imx: imx8m*: Remove do_reset from board files
Use the `do_reset` implementation of `arch/arm/lib/reset.c` in SPL
instead.  It is very close to what is done here, anyway, and plays
more nicely with the rest of U-Boot than adding a custom `do_reset`
implementation into board files.

`do_reset` from `arch/arm/lib/reset.c` calls `reset_cpu` with 0 as the
addr parameter while the boards are passing WDOG1_BASE_ADDR.  This is
ok because the `reset_cpu` implementation uses WDOG1_BASE_ADDR by
default if 0 is passed in.

Co-Authored-by: Harald Seiler <hws@denx.de>
Signed-off-by: Claudius Heine <ch@denx.de>
Signed-off-by: Harald Seiler <hws@denx.de>
Reviewed-by: Marek Vasut <marex@denx.de>
2020-05-01 13:46:22 +02:00
..
imximage.cfg board: toradex: Add Verdin iMX8M Mini support 2020-02-09 14:50:52 +01:00
Kconfig board: toradex: Add Verdin iMX8M Mini support 2020-02-09 14:50:52 +01:00
lpddr4_timing.c board: toradex: Add Verdin iMX8M Mini support 2020-02-09 14:50:52 +01:00
MAINTAINERS toradex: MAINTAINERS: entries for new reST docs 2020-03-05 18:19:40 +08:00
Makefile board: toradex: Add Verdin iMX8M Mini support 2020-02-09 14:50:52 +01:00
spl.c imx: imx8m*: Remove do_reset from board files 2020-05-01 13:46:22 +02:00
verdin-imx8mm.c verdin-imx8mm: adjust dram size in case bl32 is used 2020-04-17 18:58:58 +02:00