summaryrefslogtreecommitdiff
path: root/include/configs/ls2080ardb.h
diff options
context:
space:
mode:
authorUdit Agarwal <udit.agarwal@nxp.com>2017-05-02 12:13:57 (GMT)
committerYork Sun <york.sun@nxp.com>2017-05-23 16:59:14 (GMT)
commit7676074ac756ab9566d52544cc836f7b93f80b37 (patch)
tree830de573ebdbfbf15c4fbc29fed3b965e40dad40 /include/configs/ls2080ardb.h
parentf5bf23d8278b2fdfb9ce41fa36369cebc882ab02 (diff)
downloadu-boot-7676074ac756ab9566d52544cc836f7b93f80b37.tar.xz
armv8: LS2080A: Adjust memory map for secure boot headers for NOR-boot
This patch adjusts memory map for secure boot headers on LS2080AQDS and LS2080ARDB platforms. Secure boot headers are placed on NOR flash at offset 0x00600000. Signed-off-by: Udit Agarwal <udit.agarwal@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls2080ardb.h')
-rw-r--r--include/configs/ls2080ardb.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h
index 0e920f6..c20a7f4 100644
--- a/include/configs/ls2080ardb.h
+++ b/include/configs/ls2080ardb.h
@@ -378,15 +378,15 @@ unsigned long get_board_sys_clk(void);
"ramdisk_size=0x2000000\0" \
"fdt_high=0xa0000000\0" \
"initrd_high=0xffffffffffffffff\0" \
- "kernel_start=0x581100000\0" \
+ "kernel_start=0x581000000\0" \
"kernel_load=0xa0000000\0" \
"kernel_size=0x2800000\0" \
"mcmemsize=0x40000000\0" \
"fdtfile=fsl-ls2080a-rdb.dtb\0" \
- "mcinitcmd=esbc_validate 0x580c80000;" \
- "esbc_validate 0x580cc0000;" \
- "fsl_mc start mc 0x580300000" \
- " 0x580800000 \0" \
+ "mcinitcmd=esbc_validate 0x580700000;" \
+ "esbc_validate 0x580740000;" \
+ "fsl_mc start mc 0x580a00000" \
+ " 0x580e00000 \0" \
BOOTENV
#else
#ifdef CONFIG_QSPI_BOOT