Skip to content

Commit

Permalink
hikey: enable CFG_DT
Browse files Browse the repository at this point in the history
Patches exist on a-t-f to make it provide a pseudo
device ID via DTB when it starts OP-TEE.

If you are using the patched a-t-f, enable DTB support
for hikey to have the pseudo device ID used auto-
matically in OP-TEE.

Signed-off-by: Andy Green <andy@warmcat.com>
  • Loading branch information
lws-team committed Jan 27, 2017
1 parent 622439e commit 9468ab8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/arch/arm/plat-hikey/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ CFG_NUM_THREADS ?= 8
CFG_CRYPTO_WITH_CE ?= y
CFG_WITH_STACK_CANARIES ?= y

$(call force,CFG_DT,y)

CFG_PL061 ?= y
CFG_PL022 ?= y
CFG_SPI ?= y
Expand Down

0 comments on commit 9468ab8

Please sign in to comment.