Re: [U-Boot] [PATCH 1/3] mach-imx: Adding new argument for SIP call interface

2019-10-22 Thread Anatolij Gustschin
On Mon, 21 Oct 2019 17:58:49 +0200 Anatolij Gustschin ag...@denx.de wrote: ... > Need to pass total 5 arguments for SIP HAB call on i.MX8MQ, > so update the interface to add new argument. with current git master this patch breaks building imx8m-power-domain.c. I'll fix it v2 patch. -- Anatolij

Re: [U-Boot] [PATCH 1/3] mach-imx: Adding new argument for SIP call interface

2019-10-21 Thread Patrick Wildt
On Mon, Oct 21, 2019 at 05:58:49PM +0200, Anatolij Gustschin wrote: > From: Ye Li > > Need to pass total 5 arguments for SIP HAB call on i.MX8MQ, > so update the interface to add new argument. > > Signed-off-by: Ye Li > --- > arch/arm/include/asm/mach-imx/sys_proto.h | 3 ++- >

[U-Boot] [PATCH 1/3] mach-imx: Adding new argument for SIP call interface

2019-10-21 Thread Anatolij Gustschin
From: Ye Li Need to pass total 5 arguments for SIP HAB call on i.MX8MQ, so update the interface to add new argument. Signed-off-by: Ye Li --- arch/arm/include/asm/mach-imx/sys_proto.h | 3 ++- arch/arm/mach-imx/imx_bootaux.c | 4 ++-- arch/arm/mach-imx/sip.c | 4