From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 1 Sep 2015 21:48:50 -0500 Subject: [U-Boot] [PATCH v2 1/2] armv8/ls2085a_emu: Drop DDR3 emulation target In-Reply-To: <1439486530-7959-2-git-send-email-yorksun@freescale.com> References: <1439486530-7959-1-git-send-email-yorksun@freescale.com> <1439486530-7959-2-git-send-email-yorksun@freescale.com> Message-ID: <55E66392.3010003@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 08/13/2015 12:22 PM, York Sun wrote: > The emulator with DDR3 model was used during model bringup. DDR4 > controllers are used with ls2085a. Drop the DDR4 target defconfig > and enable DDR4 in ls2085a_emu_defconfig. > > Signed-off-by: York Sun > --- > > Changes in v2: None > Applied to fsl-qoriq master branch. Awaiting upstream. York