mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-01 23:52:05 +01:00
There are too many structures storing the same sort of information. Move the fields from struct tpm_dev into struct tpm_chip and remove the former struct. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de>