Skip to content

Commit

Permalink
plat-rz: fix CFG_NUM_THREADS and NSEC_DDR_0_SIZE for RZ/V2H.
Browse files Browse the repository at this point in the history
Signed-off-by: kaiki osakaki <kaiki.osakaki.rh@bp.renesas.com>
  • Loading branch information
kaiki osakaki committed Sep 6, 2024
1 parent 120c139 commit bfec326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/arch/arm/plat-rz/v2h/rzv2h_conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ $(call force,CFG_RZ_HUK,y)
$(call force,CFG_RZ_XSPI,y)

CFG_TEE_CORE_NB_CORE ?= 4
CFG_NUM_THREADS ?= 4

CFG_TZDRAM_START ?= 0x44100000
CFG_TZDRAM_SIZE ?= 0x03D00000
Expand Down
2 changes: 1 addition & 1 deletion core/arch/arm/plat-rz/v2h/rzv2h_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#if defined(PLATFORM_FLAVOR_v2h_evk_1)
/* DDR 8Gbyte x1 */
#define NSEC_DDR_0_BASE 0x47E00000U
#define NSEC_DDR_0_SIZE 0x1F8000000U
#define NSEC_DDR_0_SIZE 0x1F8200000U

/* DDR 8Gbyte x1 */
#define NSEC_DDR_1_BASE 0x240000000U
Expand Down

0 comments on commit bfec326

Please sign in to comment.