Skip to content

Commit

Permalink
updated for V2N
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehiran committed Oct 22, 2024
1 parent 8667ea4 commit 5edafef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions core/arch/arm/plat-rz/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ include core/arch/arm/plat-rz/g3s/rzg3s_conf.mk
else ifeq ($(PLATFORM_FLAVOR),v2h_evk_1)
$(call force,CFG_PLATFORM_GROUP_v2h,y)
include core/arch/arm/plat-rz/v2h/rzv2h_conf.mk
else ifeq ($(PLATFORM_FLAVOR),v2n_evk)
$(call force,CFG_PLATFORM_GROUP_v2h,y)
include core/arch/arm/plat-rz/v2h/rzv2h_conf.mk
else
$(error Unsupported PLATFORM_FLAVOR "$(PLATFORM_FLAVOR)")
endif
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 @@ -31,7 +31,7 @@

#define HW_SCE_BASE 0x10440000

#if defined(PLATFORM_FLAVOR_v2h_evk_1)
#if defined(PLATFORM_FLAVOR_v2h_evk_1) || defined(PLATFORM_FLAVOR_v2n_evk)
/* DDR 8Gbyte x1 */
#define NSEC_DDR_0_BASE 0x47E00000U
#define NSEC_DDR_0_SIZE 0x1F8200000U
Expand Down

0 comments on commit 5edafef

Please sign in to comment.