From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 8 Apr 2021 10:29:05 +0800 Subject: [PATCH 05/17] tpm: cr50: Drop unnecessary coral headers In-Reply-To: <20210407043228.2268429-5-sjg@chromium.org> References: <20210407043228.2268429-1-sjg@chromium.org> <20210407043228.2268429-5-sjg@chromium.org> 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 Wed, Apr 7, 2021 at 12:33 PM Simon Glass wrote: > > These headers are not actually used. Drop them so that this driver can > be used by other boards, e.g. coreboot. > > Signed-off-by: Simon Glass > --- > > drivers/tpm/cr50_i2c.c | 2 -- > 1 file changed, 2 deletions(-) > Reviewed-by: Bin Meng