]> git.sur5r.net Git - u-boot/commit
imx: Remove boolean parameter from wdog powerdown function
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 23 Nov 2017 12:55:33 +0000 (10:55 -0200)
committerStefano Babic <sbabic@denx.de>
Mon, 27 Nov 2017 09:34:49 +0000 (10:34 +0100)
commite2162d709f9c0f7d8b781cad849cdb2f2cc6efa8
treeafa151dd01fedad2510dab6ac975d6398900ecba
parentb42287f4c92517022ab4e9a21ed27b9384c725cb
imx: Remove boolean parameter from wdog powerdown function

imx_set_wdog_powerdown() is always used to disable the power down
enable bit, so remove the boolean parameter of the function.

It is also a bit strange to write a boolean value into registers,
so this new version makes explicit that we are writing 0.

While at it, rename it to imx_wdog_disable_powerdown().

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
arch/arm/include/asm/mach-imx/sys_proto.h
arch/arm/mach-imx/init.c
arch/arm/mach-imx/mx6/soc.c
arch/arm/mach-imx/mx7/soc.c