From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 24 May 2016 10:16:08 -0700 Subject: [U-Boot] [PATCH 1/3] fsl-layerscape: spl: remove duplicate init_early_memctl_regs() In-Reply-To: <1461721391-19050-1-git-send-email-Qianyu.Gong@nxp.com> References: <1461721391-19050-1-git-send-email-Qianyu.Gong@nxp.com> Message-ID: <57448C58.8090703@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:52 PM, Gong Qianyu wrote: > init_early_memctl_regs() will also be called in board_early_init_f(). > So remove the duplicate call in spl code. > > Signed-off-by: Gong Qianyu > --- > arch/arm/cpu/armv8/fsl-layerscape/spl.c | 3 --- > 1 file changed, 3 deletions(-) > Applied to u-boot-fsl-qoriq master, awaiting upstream. Thanks. York