mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +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>