From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Tue, 23 Jul 2019 07:36:55 +0000 Subject: [U-Boot] [PATCH V2 4/4] net: fec: add fuse check In-Reply-To: <20190723073445.23864-4-peng.fan@nxp.com> References: <20190723073445.23864-1-peng.fan@nxp.com> <20190723073445.23864-4-peng.fan@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Jul 23, 2019 at 2:21 AM Peng Fan wrote: > > Add fuse check for fec. If the fuse indicates the module > will not work in the SoC, let's fail the initialization. > > Signed-off-by: Peng Fan Acked-by: Joe Hershberger