From mboxrd@z Thu Jan 1 00:00:00 1970 From: york sun Date: Thu, 25 May 2017 15:03:16 +0000 Subject: [U-Boot] [PATCH v2 2/3] armv8: layerscape: Adjust memory mapping for Flash/SD card on LS1043A References: <1494902759-30638-1-git-send-email-b18965@freescale.com> <1494902759-30638-2-git-send-email-b18965@freescale.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/15/2017 08:01 PM, Alison Wang wrote: > This patch is to adjust the memory mapping for FLash/SD card on > LS1043AQDS and LS1043ARDB, such as PPA firmware load address, FMAN > firmware load address, QE firmware load address, U-Boot start address on > serial flash and environment address. > > Signed-off-by: Alison Wang > --- > Changes: > - Update the comments. > > arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 8 ++++---- > include/configs/ls1043a_common.h | 12 ++++++------ > include/configs/ls1043aqds.h | 10 +++++----- > include/configs/ls1043ardb.h | 8 ++++---- > 4 files changed, 19 insertions(+), 19 deletions(-) Reformatted commit message. Applied to fsl-qoriq master, awaiting upstream. Thanks. York