From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 22 May 2015 13:57:34 -0700 Subject: [U-Boot] [PATCH] arm/ls1021a: Remove ccsr_ddr from immap_ls102xa.h In-Reply-To: References: <1430328935-307-1-git-send-email-yorksun@freescale.com> Message-ID: <555F983E.6080007@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 04/29/2015 07:06 PM, Wang Huan-B18965 wrote: > York, > >> -----Original Message----- >> From: York Sun [mailto:yorksun at freescale.com] >> Sent: Thursday, April 30, 2015 1:36 AM >> To: u-boot at lists.denx.de >> Cc: Wang Huan-B18965; Sun York-R58495 >> Subject: [PATCH] arm/ls1021a: Remove ccsr_ddr from immap_ls102xa.h >> >> ccsr_ddr structure is already defined in fsl_immap.h. Remove this >> duplicated define. Move fixed timing into ls1021atwr.h. >> >> Signed-off-by: York Sun >> CC: Alison Wang >> --- >> arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 146 ------------- >> -------- >> board/freescale/ls1021atwr/ls1021atwr.c | 1 + >> include/configs/ls1021atwr.h | 23 ++++ >> 3 files changed, 24 insertions(+), 146 deletions(-) >> > [Alison Wang] I reviewed and verified this patch on LS1021A TWR board. > > Acked-by: Alison Wang > Applied to u-boot-fsl-qoriq master. Awaiting upstream. York