From 81bc599dfa9cf536ecab05f8b091257d180b3bce Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 18 Aug 2021 23:12:36 -0400 Subject: tegra: Cleanup I2C support Remove the irrelevant section from the README and remove the non-functional SPL-undef section. Signed-off-by: Tom Rini --- include/configs/tegra-common-post.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h index dd7a75ae467..69adf6462ac 100644 --- a/include/configs/tegra-common-post.h +++ b/include/configs/tegra-common-post.h @@ -113,11 +113,6 @@ #define CONFIG_SKIP_LOWLEVEL_INIT_ONLY -/* remove I2C support */ -#ifdef CONFIG_SYS_I2C_TEGRA -#undef CONFIG_SYS_I2C_TEGRA -#endif - /* remove USB */ #ifdef CONFIG_USB_EHCI_TEGRA #undef CONFIG_USB_EHCI_TEGRA -- cgit v1.3.1