diff mbox

[U-Boot,5/5] ARM: integrator: remove CONFIG_ARCH_CINTEGRATOR

Message ID 1429585941-31845-6-git-send-email-yamada.masahiro@socionext.com
State Superseded
Delegated to: Tom Rini
Headers show

Commit Message

Masahiro Yamada April 21, 2015, 3:12 a.m. UTC
This macro is not referenced at all.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
---

 include/configs/integratorcp.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Linus Walleij April 21, 2015, 12:06 p.m. UTC | #1
On Tue, Apr 21, 2015 at 5:12 AM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:

> This macro is not referenced at all.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>

NACK sorry what happened here?

$ git grep CONFIG_ARCH_CINTEGRATOR
board/armltd/integrator/integrator.c:#ifdef CONFIG_ARCH_CINTEGRATOR
board/armltd/integrator/integrator.c:#ifdef CONFIG_ARCH_CINTEGRATOR
board/armltd/integrator/timer.c:#ifdef CONFIG_ARCH_CINTEGRATOR
board/armltd/integrator/timer.c:#ifdef CONFIG_ARCH_CINTEGRATOR

I also need this #define for a CONFIG_DM patch where I have
to select whether PL010 or PL011 is used in the board file.

Yours,
Linus Walleij
Masahiro Yamada April 21, 2015, 12:59 p.m. UTC | #2
2015-04-21 21:06 GMT+09:00 Linus Walleij <linus.walleij@linaro.org>:
> On Tue, Apr 21, 2015 at 5:12 AM, Masahiro Yamada
> <yamada.masahiro@socionext.com> wrote:
>
>> This macro is not referenced at all.
>>
>> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>> Cc: Linus Walleij <linus.walleij@linaro.org>
>
> NACK sorry what happened here?

I do not know either.
I was crazy...


> $ git grep CONFIG_ARCH_CINTEGRATOR
> board/armltd/integrator/integrator.c:#ifdef CONFIG_ARCH_CINTEGRATOR
> board/armltd/integrator/integrator.c:#ifdef CONFIG_ARCH_CINTEGRATOR
> board/armltd/integrator/timer.c:#ifdef CONFIG_ARCH_CINTEGRATOR
> board/armltd/integrator/timer.c:#ifdef CONFIG_ARCH_CINTEGRATOR
>
> I also need this #define for a CONFIG_DM patch where I have
> to select whether PL010 or PL011 is used in the board file.
>

I have just posted v2.
Sorry.
diff mbox

Patch

diff --git a/include/configs/integratorcp.h b/include/configs/integratorcp.h
index 7c1ef24..7518b60 100644
--- a/include/configs/integratorcp.h
+++ b/include/configs/integratorcp.h
@@ -18,7 +18,6 @@ 
 #include "integrator-common.h"
 
 /* Integrator CP-specific configuration */
-#define CONFIG_ARCH_CINTEGRATOR
 #define CONFIG_SYS_HZ_CLOCK		1000000	/* Timer 1 is clocked at 1Mhz */
 
 /*