From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 3 Jun 2016 22:06:01 -0700 Subject: [U-Boot] [PATCH] board: ls2080ardb: qds: Fix compiling issue when FSL_MC_ENET not defined In-Reply-To: <1464296343-21615-1-git-send-email-york.sun@nxp.com> References: <1464296343-21615-1-git-send-email-york.sun@nxp.com> Message-ID: <575261B9.5090302@nxp.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 05/26/2016 01:59 PM, york sun wrote: > U-Boot should continue to work without management complex (MC). > Fix compiling errors and warnings. > > Signed-off-by: York Sun > > --- > > board/freescale/ls2080aqds/ls2080aqds.c | 2 ++ > board/freescale/ls2080ardb/ls2080ardb.c | 6 ++++++ > 2 files changed, 8 insertions(+) > Applied to fsl-qoriq master branch. Awaiting upstream. York