From cf51fca6ca6a32b72bbc288e2bb8e37fc46cd0b4 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sun, 16 Jul 2017 01:17:13 +0000 Subject: [PATCH] am57xx-hs, dra7xx-hs: add setting for OPTEE pager config Signed-off-by: Denys Dmytriyenko --- conf/machine/am57xx-hs-evm.conf | 1 + conf/machine/dra7xx-hs-evm.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/conf/machine/am57xx-hs-evm.conf b/conf/machine/am57xx-hs-evm.conf index cd03126c..4d3eb006 100644 --- a/conf/machine/am57xx-hs-evm.conf +++ b/conf/machine/am57xx-hs-evm.conf @@ -16,3 +16,4 @@ TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/am5x" OPTEEMACHINE = "ti" OPTEEFLAVOR = "am57xx" OPTEEOUTPUTMACHINE = "ti" +OPTEEPAGER = "y" diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf index b6d55282..9b029856 100644 --- a/conf/machine/dra7xx-hs-evm.conf +++ b/conf/machine/dra7xx-hs-evm.conf @@ -16,3 +16,4 @@ TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/dra7" OPTEEMACHINE = "ti" OPTEEFLAVOR = "dra7xx" OPTEEOUTPUTMACHINE = "ti" +OPTEEPAGER = "y"