From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Fri, 1 May 2020 18:31:54 +0200 (CEST) Subject: [PATCH 3/8] ARM: imx8m: Don't use the addr parameter of reset_cpu() In-Reply-To: <20200429130428.124788-4-hws@denx.de> Message-ID: <20200501163154.AC6E181D58@phobos.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > From: Claudius Heine > imx8m has the only implementation of reset_cpu() which does not ignore > the addr parameter and instead gives it some meaning as the base address > of watchdog registers. This breaks convention with the rest of U-Boot > where the parameter is ignored and callers are passing in 0. > Fixes: d2041725e84b ("imx8m: restrict reset_cpu") > Co-developed-by: Harald Seiler > Signed-off-by: Harald Seiler > Signed-off-by: Claudius Heine Applied to u-boot-imx, master, thanks ! 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: sbabic at denx.de =====================================================================