Skip to content

Commit

Permalink
Fix pl061 pl022 default for hikey
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Chong committed Jul 22, 2016
1 parent 3ee51b6 commit 7007b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/arch/arm/plat-hikey/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ core_arm32-platform-aflags += -mfpu=neon
$(call force,CFG_GENERIC_BOOT,y)
$(call force,CFG_HWSUPP_MEM_PERM_PXN,y)
$(call force,CFG_PL011,y)
$(call force,CFG_PL061,y)
$(call force,CFG_PL022,y)
$(call force,CFG_PM_STUBS,y)
$(call force,CFG_SECURE_TIME_SOURCE_CNTPCT,y)
$(call force,CFG_WITH_ARM_TRUSTED_FW,y)
Expand All @@ -25,3 +23,5 @@ endif
CFG_NUM_THREADS ?= 8
CFG_CRYPTO_WITH_CE ?= y
CFG_WITH_STACK_CANARIES ?= y
CFG_PL061 ?= y
CFG_PL022 ?= y

0 comments on commit 7007b52

Please sign in to comment.