From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 16 Dec 2015 17:01:51 +0800 Subject: [U-Boot] [PATCH] driver: net: fsl-mc: remove MC firmware version check In-Reply-To: <1449177244-10120-1-git-send-email-stuart.yoder@freescale.com> References: <1449177244-10120-1-git-send-email-stuart.yoder@freescale.com> Message-ID: <5671287F.4030302@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/04/2015 05:14 AM, Stuart Yoder wrote: > The MC version numbers provide no meaningful information > about binary interface compatibility, so remove the > check which refuses to start the MC unless a specific > version is found. > > Version checking is supposed to be done at the individual > object level, and individual drivers are responsible > for their own version checking. > > Signed-off-by: Stuart Yoder > --- > drivers/net/fsl-mc/mc.c | 13 ------------- > 1 file changed, 13 deletions(-) > Applied to u-boot-fsl-qoriq master. Awaiting upstream. York