From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 5 Nov 2019 17:05:03 +0100 Subject: [U-Boot] [PATCH] imx: sys_proto: Fixing function imx6_is_bmode_from_gpr9() In-Reply-To: References: <20191014122746.11709-1-cniedermaier@dh-electronics.com> Message-ID: <20191105170503.3594ed3d@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, Christoph, On Tue, 5 Nov 2019 16:57:18 +0100 Stefano Babic sbabic at denx.de wrote: ... > > -static inline u8 imx6_is_bmode_from_gpr9(void) > > +static inline u32 imx6_is_bmode_from_gpr9(void) > > { > > return readl(&src_base->gpr10) & IMX6_SRC_GPR10_BMODE; > > } > > > > This is correct but it rather conflicts with another patch I already > applied. Could you rebase and repost ? Thanks ! This function was removed by Claudius (see commit ID e01c8cfe5769) since there are no users any more. No need to rebase/repost. -- Anatolij