mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 14:25:56 +00: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
2 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,7 @@ CONFIG_SERVERIP="192.168.10.1"
|
||||||
CONFIG_BOUNCE_BUFFER=y
|
CONFIG_BOUNCE_BUFFER=y
|
||||||
CONFIG_BOOTCOUNT_LIMIT=y
|
CONFIG_BOOTCOUNT_LIMIT=y
|
||||||
CONFIG_BOOTCOUNT_ENV=y
|
CONFIG_BOOTCOUNT_ENV=y
|
||||||
|
CONFIG_FSL_CAAM_JR_NTZ_ACCESS=y
|
||||||
CONFIG_DFU_NAND=y
|
CONFIG_DFU_NAND=y
|
||||||
CONFIG_USB_FUNCTION_FASTBOOT=y
|
CONFIG_USB_FUNCTION_FASTBOOT=y
|
||||||
CONFIG_FASTBOOT_BUF_ADDR=0x81100000
|
CONFIG_FASTBOOT_BUF_ADDR=0x81100000
|
||||||
|
|
|
@ -61,6 +61,7 @@ CONFIG_USE_SERVERIP=y
|
||||||
CONFIG_SERVERIP="192.168.10.1"
|
CONFIG_SERVERIP="192.168.10.1"
|
||||||
CONFIG_BOOTCOUNT_LIMIT=y
|
CONFIG_BOOTCOUNT_LIMIT=y
|
||||||
CONFIG_BOOTCOUNT_ENV=y
|
CONFIG_BOOTCOUNT_ENV=y
|
||||||
|
CONFIG_FSL_CAAM_JR_NTZ_ACCESS=y
|
||||||
CONFIG_USB_FUNCTION_FASTBOOT=y
|
CONFIG_USB_FUNCTION_FASTBOOT=y
|
||||||
CONFIG_FASTBOOT_BUF_ADDR=0x81100000
|
CONFIG_FASTBOOT_BUF_ADDR=0x81100000
|
||||||
CONFIG_FASTBOOT_FLASH=y
|
CONFIG_FASTBOOT_FLASH=y
|
||||||
|
|
Loading…
Add table
Reference in a new issue