diff options
author | Igor Opaniuk <igor.opaniuk@toradex.com> | 2020-07-15 13:30:53 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-07-27 14:00:36 +0200 |
commit | c2e969378d7710fe4ffd36f44437833f83e9488a (patch) | |
tree | 17f50600eb8065c85f469cbae5473d21b0a0f6c5 /board/toradex/common/Makefile | |
parent | fb99ac9cafd1bfa9cf2317ddbce3a23a07638171 (diff) | |
download | u-boot-c2e969378d7710fe4ffd36f44437833f83e9488a.tar.gz |
toradex: tdx-cfg-block: add EEPROM read/store wrappers
These functions wrap functionality for storing config blocks in EEPROM.
Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Diffstat (limited to 'board/toradex/common/Makefile')
-rw-r--r-- | board/toradex/common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/toradex/common/Makefile b/board/toradex/common/Makefile index 6b9fccb6b9..7b19b6e4c8 100644 --- a/board/toradex/common/Makefile +++ b/board/toradex/common/Makefile @@ -8,4 +8,5 @@ obj- := __dummy__.o else obj-$(CONFIG_TDX_CFG_BLOCK) += tdx-cfg-block.o obj-y += tdx-common.o +obj-y += tdx-eeprom.o endif |