From: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Date: Tue, 24 Apr 2018 17:46:34 +0000 (+0100)
Subject: warp7: defconfig: Enable OPTEE for WaRP7
X-Git-Tag: v2025.01-rc5-pxa1908~4418^2~27
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/kyber.dk/phpMyBuilder/static/git-logo.png?a=commitdiff_plain;h=c727bba74a44dd49d71fa3fab9f57ed1e0c277d3;p=u-boot.git

warp7: defconfig: Enable OPTEE for WaRP7

Requires setting CONFIG_OPTEE=y and setting an OPTEE TrustZone DRAM base in
include/configs/warp7.h.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Tested-by: Breno Lima <breno.lima@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
---

diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index b04814804a..c72e6b3f4e 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -44,3 +44,4 @@ CONFIG_USB_ETHER=y
 CONFIG_USB_ETH_CDC=y
 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
 CONFIG_OF_LIBFDT=y
+CONFIG_OPTEE=y