diff options
| author | Tom Rini <[email protected]> | 2021-08-18 23:12:36 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-08-30 14:10:07 -0400 |
| commit | 81bc599dfa9cf536ecab05f8b091257d180b3bce (patch) | |
| tree | 32f2c478f613f35625601a5883b87f41d144b314 /include | |
| parent | 6d5d0c955e2ca035481bc133d453fccd065b80e8 (diff) | |
tegra: Cleanup I2C support
Remove the irrelevant section from the README and remove the
non-functional SPL-undef section.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/tegra-common-post.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
