From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 12 Mar 2015 08:26:28 -0700 Subject: [U-Boot] [PATCH] powerpc/t1023rdb: add ddr support for t1023rdb In-Reply-To: <1426153425-29005-1-git-send-email-Shengzhou.Liu@freescale.com> References: <1426153425-29005-1-git-send-email-Shengzhou.Liu@freescale.com> Message-ID: <5501B024.2000206@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 Shengzhou, On 03/12/2015 02:43 AM, Shengzhou Liu wrote: > Tested on the discrete DDR4 MT40A512M8HX with raw timing on T1023RDB. > > Signed-off-by: Shengzhou Liu > --- > board/freescale/t102xrdb/ddr.c | 78 +++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 77 insertions(+), 1 deletion(-) Why don't you squash this patch the the one adding T1023RDB? Could you compile the other patch without this one? York