On Tue, Feb 26, 2019 at 10:37 AM Fabio Estevam <feste...@gmail.com> wrote: > > On Tue, Feb 26, 2019 at 7:53 AM Abel Vesa <abel.v...@nxp.com> wrote: > > > + magic = readl_relaxed(ocotp_base + IMX8MQ_SW_INFO_B1); > > + if (magic == IMX8MQ_SW_MAGIC_B1) > > + rev = REV_B1; > > Don't you mean rev == REV_B1; ?
Ops, was looking at the wrong line, sorry :-)