mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-04 18:13:31 +08:00
configs: colibri-imx7: allow accessing job-rings from non-TrustZone
Set FSL_CAAM_JR_NTZ_ACCESS configuration since colibri-imx7 uses Freescale CAAM Job Ring linux driver Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
This commit is contained in:
parent
81572004c7
commit
06e04a97df
@ -72,6 +72,7 @@ CONFIG_SERVERIP="192.168.10.1"
|
||||
CONFIG_BOUNCE_BUFFER=y
|
||||
CONFIG_BOOTCOUNT_LIMIT=y
|
||||
CONFIG_BOOTCOUNT_ENV=y
|
||||
CONFIG_FSL_CAAM_JR_NTZ_ACCESS=y
|
||||
CONFIG_DFU_NAND=y
|
||||
CONFIG_USB_FUNCTION_FASTBOOT=y
|
||||
CONFIG_FASTBOOT_BUF_ADDR=0x81100000
|
||||
|
@ -61,6 +61,7 @@ CONFIG_USE_SERVERIP=y
|
||||
CONFIG_SERVERIP="192.168.10.1"
|
||||
CONFIG_BOOTCOUNT_LIMIT=y
|
||||
CONFIG_BOOTCOUNT_ENV=y
|
||||
CONFIG_FSL_CAAM_JR_NTZ_ACCESS=y
|
||||
CONFIG_USB_FUNCTION_FASTBOOT=y
|
||||
CONFIG_FASTBOOT_BUF_ADDR=0x81100000
|
||||
CONFIG_FASTBOOT_FLASH=y
|
||||
|
Loading…
Reference in New Issue
Block a user