tegra: clean-up useless define
Wondering what exactly that one should bring (;-p). Looks like a remnant of the last commit
783e6a72b8
kconfig: move CONFIG_OF_* to Kconfig
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
25ca385dd6
commit
4dab5549a8
|
@ -67,10 +67,6 @@
|
|||
|
||||
#define CONFIG_SKIP_LOWLEVEL_INIT
|
||||
|
||||
/* remove devicetree support */
|
||||
#ifdef CONFIG_OF_CONTROL
|
||||
#endif
|
||||
|
||||
/* remove I2C support */
|
||||
#ifdef CONFIG_SYS_I2C_TEGRA
|
||||
#undef CONFIG_SYS_I2C_TEGRA
|
||||
|
|
Loading…
Reference in New Issue