From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 3 Oct 2018 16:16:34 +0000 Subject: [U-Boot] [PATCH 10/53] armv8: ls1043ardb: Add TFABOOT defconfig References: <20181003113736.14981-1-rajesh.bhagat@nxp.com> <20181003113736.14981-11-rajesh.bhagat@nxp.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 10/03/2018 04:38 AM, Rajesh Bhagat wrote: > This defconfig is for TFABOOT, to be loaded by trusted firmware. > > Signed-off-by: Pankit Garg > Signed-off-by: Rajesh Bhagat > --- > board/freescale/ls1043ardb/ddr.c | 6 ++- > board/freescale/ls1043ardb/ls1043ardb.c | 12 ++++++ > configs/ls1043ardb_ram_defconfig | 49 +++++++++++++++++++++++++ In this and other patches, you said "add TFABOOT defconfig", but you use "ram_defconfig" in the file name. If this boot method is only for TFA boot, maybe you should consider to rename the file. If the ram boot can work without TFA, you need to rewrite your commit subject and message. York