* Re: Config Items appearing twice in same Kconfig file?
[not found] ` <20100512144017.GA722@faui48a.informatik.uni-erlangen.de>
@ 2010-05-13 1:08 ` Michael Ellerman
2010-05-17 5:13 ` [Uclinux-dist-devel] " Mike Frysinger
1 sibling, 0 replies; 2+ messages in thread
From: Michael Ellerman @ 2010-05-13 1:08 UTC (permalink / raw)
To: Christoph Egger
Cc: linux-ia64, vamos, Jesse Barnes, Timo Teras, Chen Liqin,
Paul Mackerras, H. Peter Anvin, Lennox Wu, Jesper Nilsson,
Pekka Savola (ipv6), x86, James Morris, Ingo Molnar,
Alexey Kuznetsov, Matt Turner, Fenghua Yu, Mike Frysinger,
Arnd Bergmann, Graf Yang, Mikael Starvik, Ivan Kokshaysky,
Thomas Gleixner, Arjan van de Ven, Richard Henderson,
Karsten Keil
[-- Attachment #1.1: Type: text/plain, Size: 994 bytes --]
On Wed, 2010-05-12 at 16:40 +0200, Christoph Egger wrote:
> Just noticed it might have been worth adding the output so everyone
> out there doesn't ned to grep through his tree for reference:
>
> % grep ^config **/Kconfig* | sort | uniq -dc
That didn't actually work for me?
> 2 arch/powerpc/Kconfig:config KERNEL_START
> 2 arch/powerpc/Kconfig:config PAGE_OFFSET
> 2 arch/powerpc/Kconfig:config PHYSICAL_START
> 2 arch/powerpc/Kconfig:config RELOCATABLE
The duplication of these is caused by the second definitions being
inside an "if PPC64" block.
For PAGE_OFFSET and KERNEL_START we want the 2nd definitions, the
default value is different between 32 & 64 bit.
For RELOCATABLE it's a little weird, but we want the 2nd definition
because the depends condition is different between 32 & 64bit - though
they could probably be merged.
I don't really see why we need two versions of PHYSICAL_START.
cheers
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Uclinux-dist-devel] Config Items appearing twice in same Kconfig file?
[not found] ` <20100512144017.GA722@faui48a.informatik.uni-erlangen.de>
2010-05-13 1:08 ` Config Items appearing twice in same Kconfig file? Michael Ellerman
@ 2010-05-17 5:13 ` Mike Frysinger
1 sibling, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2010-05-17 5:13 UTC (permalink / raw)
To: Christoph Egger
Cc: linux-ia64, vamos, Jesse Barnes, Timo Teras, Chen Liqin,
Paul Mackerras, H. Peter Anvin, Lennox Wu, Jesper Nilsson,
Pekka Savola (ipv6), x86, James Morris, Ingo Molnar,
Alexey Kuznetsov, Matt Turner, Fenghua Yu, Mike Frysinger,
Arnd Bergmann, Graf Yang, Mikael Starvik, Ivan Kokshaysky,
Thomas Gleixner, Arjan van de Ven, Richard Henderson,
Karsten Keil
On Wed, May 12, 2010 at 10:40, Christoph Egger wrote:
> 2 arch/blackfin/Kconfig:config MEM_MT48LC32M8A2_75
thanks, i'll get this simple bug fixed
-mike
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev
^ permalink raw reply [flat|nested] 2+ messages in thread