From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 2 May 2018 20:32:52 -0600 Subject: [U-Boot] [PATCH v3 24/25] configs: add TPMv2.x support in Sandbox In-Reply-To: <20180502085934.29292-25-miquel.raynal@bootlin.com> References: <20180502085934.29292-1-miquel.raynal@bootlin.com> <20180502085934.29292-25-miquel.raynal@bootlin.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2 May 2018 at 02:59, Miquel Raynal wrote: > Enable the Sandbox TPMv2 driver in all possible configurations. > > Signed-off-by: Miquel Raynal > --- > configs/sandbox64_defconfig | 1 + > configs/sandbox_defconfig | 1 + > configs/sandbox_flattree_defconfig | 1 + > configs/sandbox_noblk_defconfig | 1 + > configs/sandbox_spl_defconfig | 1 + > 5 files changed, 5 insertions(+) Reviewed-by: Simon Glass