diff mbox

[U-Boot] tegra: clean-up useless define

Message ID bd329d1329e6da7beb21ffe7f334e92683c83d53.1412955767.git.marcel@ziswiler.com
State Accepted
Delegated to: Tom Warren
Headers show

Commit Message

Marcel Ziswiler Oct. 10, 2014, 3:45 p.m. UTC
Wondering what exactly that one should bring (;-p). Looks like a remnant of the last commit

783e6a72b8278d59854ced41a4696c9a14abbb0b
kconfig: move CONFIG_OF_* to Kconfig

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
---
 include/configs/tegra-common-post.h | 4 ----
 1 file changed, 4 deletions(-)

Comments

Simon Glass Oct. 10, 2014, 3:52 p.m. UTC | #1
On 10 October 2014 09:45, Marcel Ziswiler <marcel@ziswiler.com> wrote:
> Wondering what exactly that one should bring (;-p). Looks like a remnant of the last commit
>
> 783e6a72b8278d59854ced41a4696c9a14abbb0b
> kconfig: move CONFIG_OF_* to Kconfig
>
> Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>

Acked-by: Simon Glass <sjg@chromium.org>

You could put anything in there.

- Simon
Marcel Ziswiler Oct. 10, 2014, 3:55 p.m. UTC | #2
On Fri, 2014-10-10 at 09:52 -0600, Simon Glass wrote:
> You could put anything in there.

Good point. Maybe we should leave more spare defines like that. One
never knows could come in handy (;-p).
diff mbox

Patch

diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h
index 23e3c8a..9abf268 100644
--- a/include/configs/tegra-common-post.h
+++ b/include/configs/tegra-common-post.h
@@ -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