From 3efd925d701065bde609a622c3a011088c439237 Mon Sep 17 00:00:00 2001 From: Anatolij Gustschin Date: Fri, 19 Jul 2024 23:51:23 +0200 Subject: board: beagle: convert to CONFIG_DM_I2C Rework to remove use of legacy I2C API. Signed-off-by: Anatolij Gustschin Cc: Tom Rini --- include/configs/omap3_beagle.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index af7cb3513f8..b616dd2608c 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -28,9 +28,6 @@ /* NAND: SPL falcon mode configs */ #endif /* CONFIG_MTD_RAW_NAND */ -/* Enable Multi Bus support for I2C */ -#define CFG_I2C_MULTI_BUS - /* DSS Support */ /* TWL4030 LED Support */ -- cgit v1.3.1