mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-17 18:41:36 +02: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>