From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 29 Mar 2016 08:42:33 -0700 Subject: [U-Boot] [PATCH] armv8: fsl-layerscape: don't reconfigure QSPI clock when booting from QSPI In-Reply-To: <1458122512-18901-1-git-send-email-Qianyu.Gong@nxp.com> References: <1458122512-18901-1-git-send-email-Qianyu.Gong@nxp.com> Message-ID: <56FAA269.70405@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 03/16/2016 03:11 AM, Gong Qianyu wrote: > It has set the qspi_cfg register earlier through PBI when booting from > QSPI. We'd better not change it. > > Signed-off-by: Gong Qianyu > --- > arch/arm/cpu/armv8/fsl-layerscape/soc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Minor change in subject and commit message. Applied to u-boot-fsl-qoriq master. Awaiting upstream. Thanks. York