Re: [U-Boot] [PATCH v2 12/19] configs: am335x_pdu001: remove CONFIG_DM_I2C_COMPAT

2018-10-08 Thread Jean-Jacques Hiblot
On 07/10/2018 14:29, Felix Brack wrote: On 05.10.2018 18:45, Jean-Jacques Hiblot wrote: Remove the last call to the non-DM I2C API. Also remove the #undef CONFIG_DM_I2C_COMPAT because it is not defined in the common header file anymore. Signed-off-by: Jean-Jacques Hiblot Reviewed-by: Felix

Re: [U-Boot] [PATCH v2 12/19] configs: am335x_pdu001: remove CONFIG_DM_I2C_COMPAT

2018-10-07 Thread Felix Brack
On 05.10.2018 18:45, Jean-Jacques Hiblot wrote: > Remove the last call to the non-DM I2C API. > Also remove the #undef CONFIG_DM_I2C_COMPAT because it is not defined > in the common header file anymore. > > Signed-off-by: Jean-Jacques Hiblot Reviewed-by: Felix Brack Tested-by: Felix Brack

[U-Boot] [PATCH v2 12/19] configs: am335x_pdu001: remove CONFIG_DM_I2C_COMPAT

2018-10-05 Thread Jean-Jacques Hiblot
Remove the last call to the non-DM I2C API. Also remove the #undef CONFIG_DM_I2C_COMPAT because it is not defined in the common header file anymore. Signed-off-by: Jean-Jacques Hiblot --- Changes in v2: - remove the remaining non-DM I2C API call for pdu001 board. board/eets/pdu001/board.c |