]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: cm_fx6: convert to DM_I2C
authorAnatolij Gustschin <agust@denx.de>
Wed, 7 Aug 2024 13:09:33 +0000 (15:09 +0200)
committerHeiko Schocher <hs@denx.de>
Fri, 9 Aug 2024 04:26:35 +0000 (06:26 +0200)
commit3b3421771eba3657beafe3fc9f4a0da827cce356
tree3aae1c0330a63e08fb420c69d8ac31f5f6c8ec95
parentf1aacad168e9deeead03315b04b69023f6d86a96
board: cm_fx6: convert to DM_I2C

Conversion to DM_I2C is mandatory, enable DM_I2C to fix board
removal warning. Convert EEPROM access to use DM_I2C API.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
board/compulab/cm_fx6/cm_fx6.c
board/compulab/common/Makefile
board/compulab/common/eeprom.c
board/compulab/common/eeprom.h
configs/cm_fx6_defconfig