
On 01/31/2017 11:01 PM, Vinitha Pillai-B57223 wrote:
From: Vinitha Pillai vinitha.pillai@nxp.com
Raw uboot image is used in place of FIT image in secure boot. The maximum allocated size of raw u-boot bin is 1MB in memory map. Hence , CONFIG_SYS_MONITOR_LEN has been modified to 1 MB. The bootscript (BS_ADDR) and its header (BS_HDR_ADDR) offset on MMC have also been modified to accommodate the increase in uboot size.
Signed-off-by: Vinitha Pillai-B57223 vinitha.pillai@nxp.com Reviewed-by: Sumit Garg sumit.garg@nxp.com Reviewed-by: Ruchika Gupta ruchika.gupta@nxp.com Reviewed-by: Prabhakar Kushwaha prabhakar.kushwaha@nxp.com
Changes in v2: Changed the commit message and added reviewers
arch/arm/include/asm/fsl_secure_boot.h | 4 ++-- include/configs/ls1021atwr.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
Applied to u-boot-fsl-qoriq master, awaiting upstream.
York