* what is the purpose of config option HAS_OMAP_NAND?
@ 2012-02-06 21:14 Robert P. J. Day
2012-02-07 10:51 ` Sascha Hauer
0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2012-02-06 21:14 UTC (permalink / raw)
To: U-Boot Version 2 (barebox)
based on the output from grep:
$ grep -r HAS_OMAP_NAND *
arch/arm/mach-omap/Kconfig: select HAS_OMAP_NAND
arch/arm/mach-omap/Kconfig: select HAS_OMAP_NAND
arch/arm/mach-omap/Kconfig: select HAS_OMAP_NAND
arch/arm/mach-omap/Kconfig: select HAS_OMAP_NAND
arch/arm/mach-omap/Kconfig:config HAS_OMAP_NAND
arch/arm/configs/phycard_a_l1_defconfig:CONFIG_HAS_OMAP_NAND=y
$
i'm not sure of the purpose of that Kconfig option. if nothing in the
source tree tests it, what value does it have? the definition of that
option is simply:
config HAS_OMAP_NAND
bool
am i missing something subtle?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: what is the purpose of config option HAS_OMAP_NAND?
2012-02-06 21:14 what is the purpose of config option HAS_OMAP_NAND? Robert P. J. Day
@ 2012-02-07 10:51 ` Sascha Hauer
2012-02-07 11:00 ` Robert P. J. Day
0 siblings, 1 reply; 3+ messages in thread
From: Sascha Hauer @ 2012-02-07 10:51 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: U-Boot Version 2 (barebox)
On Mon, Feb 06, 2012 at 04:14:45PM -0500, Robert P. J. Day wrote:
>
> based on the output from grep:
>
> $ grep -r HAS_OMAP_NAND *
> arch/arm/mach-omap/Kconfig: select HAS_OMAP_NAND
> arch/arm/mach-omap/Kconfig: select HAS_OMAP_NAND
> arch/arm/mach-omap/Kconfig: select HAS_OMAP_NAND
> arch/arm/mach-omap/Kconfig: select HAS_OMAP_NAND
> arch/arm/mach-omap/Kconfig:config HAS_OMAP_NAND
> arch/arm/configs/phycard_a_l1_defconfig:CONFIG_HAS_OMAP_NAND=y
> $
>
> i'm not sure of the purpose of that Kconfig option. if nothing in the
> source tree tests it, what value does it have? the definition of that
> option is simply:
>
> config HAS_OMAP_NAND
> bool
>
> am i missing something subtle?
I can only guess that the nand driver depended on this. We can remove
this.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: what is the purpose of config option HAS_OMAP_NAND?
2012-02-07 10:51 ` Sascha Hauer
@ 2012-02-07 11:00 ` Robert P. J. Day
0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2012-02-07 11:00 UTC (permalink / raw)
To: Sascha Hauer; +Cc: U-Boot Version 2 (barebox)
On Tue, 7 Feb 2012, Sascha Hauer wrote:
> On Mon, Feb 06, 2012 at 04:14:45PM -0500, Robert P. J. Day wrote:
> >
> > based on the output from grep:
> >
> > $ grep -r HAS_OMAP_NAND *
> > arch/arm/mach-omap/Kconfig: select HAS_OMAP_NAND
> > arch/arm/mach-omap/Kconfig: select HAS_OMAP_NAND
> > arch/arm/mach-omap/Kconfig: select HAS_OMAP_NAND
> > arch/arm/mach-omap/Kconfig: select HAS_OMAP_NAND
> > arch/arm/mach-omap/Kconfig:config HAS_OMAP_NAND
> > arch/arm/configs/phycard_a_l1_defconfig:CONFIG_HAS_OMAP_NAND=y
> > $
> >
> > i'm not sure of the purpose of that Kconfig option. if nothing in the
> > source tree tests it, what value does it have? the definition of that
> > option is simply:
> >
> > config HAS_OMAP_NAND
> > bool
> >
> > am i missing something subtle?
>
> I can only guess that the nand driver depended on this. We can remove
> this.
do you want me to submit a patch? or are you already handling it?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-02-07 11:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-06 21:14 what is the purpose of config option HAS_OMAP_NAND? Robert P. J. Day
2012-02-07 10:51 ` Sascha Hauer
2012-02-07 11:00 ` Robert P. J. Day
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox