LS1021ATWR: Modify u-boot size for sd secure boot
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 <[email protected]>
Reviewed-by: Sumit Garg <[email protected]>
Reviewed-by: Ruchika Gupta <[email protected]>
Reviewed-by: Prabhakar Kushwaha <[email protected]>
Reviewed-by: York Sun <[email protected]>