diff options
author | Priyanka Singh <priyanka.singh@nxp.com> | 2020-02-21 05:57:04 +0530 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-03-30 08:12:13 +0530 |
commit | 366b1473e81b2ef7878860f57661706ea4812ef5 (patch) | |
tree | 89b8c08884b58085d6530345ea3e568c0785ded0 /board | |
parent | ba23bb073405e10216b6e6d03842ebc2b9e4366f (diff) | |
download | u-boot-366b1473e81b2ef7878860f57661706ea4812ef5.zip u-boot-366b1473e81b2ef7878860f57661706ea4812ef5.tar.gz u-boot-366b1473e81b2ef7878860f57661706ea4812ef5.tar.bz2 |
configs: ls1012ardb: secure boot: Add PFE config
Add config to enable the PFE and ETH support.
Also change the pfe secure boot header address.
Signed-off-by: Priyanka Singh <priyanka.singh@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/ls1012ardb/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/ls1012ardb/Kconfig b/board/freescale/ls1012ardb/Kconfig index 639353a..5a2fa91 100644 --- a/board/freescale/ls1012ardb/Kconfig +++ b/board/freescale/ls1012ardb/Kconfig @@ -35,7 +35,7 @@ config SYS_LS_PFE_FW_ADDR config SYS_LS_PFE_ESBC_ADDR hex "PFE Firmware HDR Addr" - default 0x40700000 + default 0x40640000 config DDR_PFE_PHYS_BASEADDR hex "PFE DDR physical base address" |