From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 19 Dec 2014 10:10:13 -0800 Subject: [U-Boot] [PATCH] driver/ddr/fsl: Remove duplicate inclusion of header file In-Reply-To: <1418982270-6276-1-git-send-email-Chunhe.Lan@freescale.com> References: <1418982270-6276-1-git-send-email-Chunhe.Lan@freescale.com> Message-ID: <54946A05.7060403@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/19/2014 01:44 AM, Chunhe Lan wrote: > The fsl_immap.h header file had been included in common.h > header file. So remove duplicated header. > > Signed-off-by: Chunhe Lan > --- Did you test this patch? Please rebase and compile for powerpc and arm platforms. York