diff options
author | Priyanka Singh <priyanka.singh@nxp.com> | 2020-01-22 10:29:52 +0000 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-02-04 16:20:25 +0530 |
commit | 3e90cfee9d488c500838542f2fe6de96e7160e6b (patch) | |
tree | 5ca642c9d27de7059968ad43ea8dee461a861845 /include | |
parent | e735ad3c43dcc6d2317c256ff101f9530d1e51da (diff) | |
download | u-boot-3e90cfee9d488c500838542f2fe6de96e7160e6b.zip u-boot-3e90cfee9d488c500838542f2fe6de96e7160e6b.tar.gz u-boot-3e90cfee9d488c500838542f2fe6de96e7160e6b.tar.bz2 |
armv8: ls1012ardb: Updates secure boot headers offset
Updates the secure boot headers offsets of Kernel and other
firmware images used by esbc_validate command.
Signed-off-by: Priyanka Singh <priyanka.singh@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ls1012ardb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/ls1012ardb.h b/include/configs/ls1012ardb.h index b419c46..0738b24 100644 --- a/include/configs/ls1012ardb.h +++ b/include/configs/ls1012ardb.h @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* + * Copyright 2020 NXP * Copyright 2016 Freescale Semiconductor, Inc. */ @@ -64,7 +65,7 @@ "initrd_high=0xffffffffffffffff\0" \ "fdt_addr=0x00f00000\0" \ "kernel_addr=0x01000000\0" \ - "kernelheader_addr=0x800000\0" \ + "kernelheader_addr=0x600000\0" \ "scriptaddr=0x80000000\0" \ "scripthdraddr=0x80080000\0" \ "fdtheader_addr_r=0x80100000\0" \ |