From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 29 Mar 2016 08:57:56 -0700 Subject: [U-Boot] [PATCH v5 12/14] SECURE_BOOT: Use default bootargs In-Reply-To: <1458730485-447-13-git-send-email-saksham.jain@nxp.com> References: <1458730485-447-1-git-send-email-saksham.jain@nxp.com> <1458730485-447-13-git-send-email-saksham.jain@nxp.com> Message-ID: <56FAA604.8090808@nxp.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 03/22/2016 10:43 PM, Saksham Jain wrote: > For secure boot, currently we were using fixed bootargs for all SoCs. > This is not needed and we can use the bootargs which are used in > non-secure boot. Incase bootargs are not defined for non-secure boot > of any platform, we use default bootargs. > > Signed-off-by: Aneesh Bansal > Signed-off-by: Saksham Jain > --- > Changes for v2: > - No changes > Changes for v3: > - No changes > Changes for v4: > - Cleaned up commit message > Changes for v5: > - Cleaned up commit message > > include/config_fsl_chain_trust.h | 14 ++++++++++---- > 1 file changed, 10 insertions(+), 4 deletions(-) > Minor change to commit message. Applied to u-boot-fsl-qoriq master. Awaiting upstream. Thanks. York