Unverified Commit c208d812 authored by davidcunado-arm's avatar davidcunado-arm Committed by GitHub
Browse files

Merge pull request #1296 from robertovargas-arm/fix-dram2-size

Fix FVP DRAM2 size
parents 4504ab2b d0c63eaa
Showing with 2 additions and 2 deletions
+2 -2
/* /*
* Copyright (c) 2014-2017, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2014-2018, ARM Limited and Contributors. All rights reserved.
* *
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
/* No SCP in FVP */ /* No SCP in FVP */
#define PLAT_ARM_SCP_TZC_DRAM1_SIZE ULL(0x0) #define PLAT_ARM_SCP_TZC_DRAM1_SIZE ULL(0x0)
#define PLAT_ARM_DRAM2_SIZE ULL(0x780000000) #define PLAT_ARM_DRAM2_SIZE ULL(0x80000000)
/* /*
* Load address of BL33 for this platform port * Load address of BL33 for this platform port
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment