From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 24 May 2016 10:16:40 -0700 Subject: [U-Boot] [PATCH 2/3] fsl-layerscape: spl: fix the macro name of MMC mode In-Reply-To: <1461721523-19314-1-git-send-email-Qianyu.Gong@nxp.com> References: <1461721523-19314-1-git-send-email-Qianyu.Gong@nxp.com> Message-ID: <57448C78.5030503@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 04/26/2016 06:55 PM, Gong Qianyu wrote: > There is no MODE_FAT but MODE_FS. Fix it. > > Signed-off-by: Gong Qianyu > --- > arch/arm/cpu/armv8/fsl-layerscape/spl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Minor adjustment to commit message. Applied to u-boot-fsl-qoriq master, awaiting upstream. Thanks. York