Browse Source

Merge "fix(plat/arm_fpga): enable AMU extension" into integration

pull/1978/head
André Przywara 3 years ago
committed by TrustedFirmware Code Review
parent
commit
9fcefe38d5
  1. 2
      plat/arm/board/arm_fpga/platform.mk

2
plat/arm/board/arm_fpga/platform.mk

@ -32,6 +32,8 @@ $(eval $(call add_define,FPGA_PRELOADED_DTB_BASE))
FPGA_PRELOADED_CMD_LINE := 0x1000
$(eval $(call add_define,FPGA_PRELOADED_CMD_LINE))
ENABLE_AMU := 1
# Treating this as a memory-constrained port for now
USE_COHERENT_MEM := 0

Loading…
Cancel
Save