commit | dcb531ba996355459434aede8f9ba35988541837 | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@toradex.com> | Wed Jul 15 13:30:53 2020 +0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jul 27 14:00:36 2020 +0200 |
tree | 17f50600eb8065c85f469cbae5473d21b0a0f6c5 | |
parent | 02239e2b260491c6e31f9be251f5b2de525a6a1f [diff] [blame] |
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>
diff --git a/board/toradex/common/Makefile b/board/toradex/common/Makefile index 6b9fccb..7b19b6e 100644 --- a/board/toradex/common/Makefile +++ b/board/toradex/common/Makefile
@@ -8,4 +8,5 @@ else obj-$(CONFIG_TDX_CFG_BLOCK) += tdx-cfg-block.o obj-y += tdx-common.o +obj-y += tdx-eeprom.o endif