mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
fix(intel): update the size with addition 0x8000 0000 base
The FPGA_CONFIG_SIZE is actually the end address of FPGA_CONFIG_ADDR Thus, we need to add in the DDR base address which is 0x8000 0000. Change-Id: I177596243e0616c6eadc2fa388e85e28692dc8f7 Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com> Signed-off-by: Sieu Mun Tang <sieu.mun.tang@intel.com>
This commit is contained in:
parent
b6f2e376a8
commit
9978a3fd8b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
/* FPGA config helpers */
|
||||
#define INTEL_SIP_SMC_FPGA_CONFIG_ADDR 0x80400000
|
||||
#define INTEL_SIP_SMC_FPGA_CONFIG_SIZE 0x2000000
|
||||
#define INTEL_SIP_SMC_FPGA_CONFIG_SIZE 0x82000000
|
||||
|
||||
/* QSPI Setting */
|
||||
#define CAD_QSPIDATA_OFST 0x10900000
|
||||
|
|
Loading…
Add table
Reference in a new issue