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

2015-04-21 Thread Masahiro Yamada
2015-04-21 21:06 GMT+09:00 Linus Walleij linus.wall...@linaro.org:
 On Tue, Apr 21, 2015 at 5:12 AM, Masahiro Yamada
 yamada.masah...@socionext.com wrote:

 This macro is not referenced at all.

 Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com
 Cc: Linus Walleij linus.wall...@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.


-- 
Best Regards
Masahiro Yamada
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-04-21 Thread Linus Walleij
On Tue, Apr 21, 2015 at 5:12 AM, Masahiro Yamada
yamada.masah...@socionext.com wrote:

 This macro is not referenced at all.

 Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com
 Cc: Linus Walleij linus.wall...@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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-04-20 Thread Masahiro Yamada
This macro is not referenced at all.

Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com
Cc: Linus Walleij linus.wall...@linaro.org
---

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

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_CLOCK100 /* Timer 1 is clocked at 1Mhz */
 
 /*
-- 
1.9.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot