u-boot-brain/board/toradex
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
..
apalis_imx6 common: Move reset_cpu() to the CPU header 2020-01-17 14:02:31 -05:00
apalis_t30 board: toradex: turn off lcd backlight before OS handover 2019-02-20 09:01:45 -07:00
apalis-imx8 doc: update reference to README.imx8image 2020-04-16 23:06:54 -04:00
apalis-tk1 env: Rename environment.h to env_internal.h 2019-08-11 19:27:31 -04:00
colibri_imx6 colibri_imx6: set gpr1 ENET_CLK_SEL 2020-04-07 10:40:19 +02:00
colibri_imx7 doc: update reference to README.imximage 2020-04-16 23:06:54 -04:00
colibri_pxa270 common: Move some cache and MMU functions out of common.h 2019-12-02 18:23:55 -05:00
colibri_t20 board: toradex: turn off lcd backlight before OS handover 2019-02-20 09:01:45 -07:00
colibri_t30 MAINTAINERS: change colibri_imx6/imx6ull/t30/vf maintainers 2020-01-07 10:26:56 +01:00
colibri_vf doc: update reference to README.imximage 2020-04-16 23:06:54 -04:00
colibri-imx6ull doc: update reference to README.imximage 2020-04-16 23:06:54 -04:00
colibri-imx8x doc: update reference to README.imx8image 2020-04-16 23:06:54 -04:00
common toradex: tdx-cfg-block: add Verdin iMX8M Mini/Nano support 2020-02-09 14:50:52 +01:00
verdin-imx8mm imx: imx8m*: Remove do_reset from board files 2020-05-01 13:46:22 +02:00