* [U-Boot-Users] CONFIG_DTT_LM75 and CFG_EEPROM_PAGE_WRITE_ENABLE ???
@ 2005-04-14 12:38 Steven Scholz
2005-04-14 12:47 ` Steven Scholz
0 siblings, 1 reply; 3+ messages in thread
From: Steven Scholz @ 2005-04-14 12:38 UTC (permalink / raw)
To: u-boot
Hi there,
is it realy necessary to define CFG_EEPROM_PAGE_WRITE_ENABLE in order to use
the LM75 within U-Boot?
#ifdef CONFIG_DTT_LM75
#if !defined(CFG_EEPROM_PAGE_WRITE_ENABLE) || \
(CFG_EEPROM_PAGE_WRITE_BITS < 1)
# error "CFG_EEPROM_PAGE_WRITE_ENABLE must be defined and
CFG_EEPROM_PAGE_WRITE_BITS must be greater than 1 to use CONFIG_DTT_LM75"
#endif
--
Steven
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] CONFIG_DTT_LM75 and CFG_EEPROM_PAGE_WRITE_ENABLE ???
2005-04-14 12:38 [U-Boot-Users] CONFIG_DTT_LM75 and CFG_EEPROM_PAGE_WRITE_ENABLE ??? Steven Scholz
@ 2005-04-14 12:47 ` Steven Scholz
2005-04-14 13:47 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: Steven Scholz @ 2005-04-14 12:47 UTC (permalink / raw)
To: u-boot
I wrote:
> is it realy necessary to define CFG_EEPROM_PAGE_WRITE_ENABLE in order to
> use the LM75 within U-Boot?
>
> #ifdef CONFIG_DTT_LM75
> #if !defined(CFG_EEPROM_PAGE_WRITE_ENABLE) || \
> (CFG_EEPROM_PAGE_WRITE_BITS < 1)
> # error "CFG_EEPROM_PAGE_WRITE_ENABLE must be defined and
> CFG_EEPROM_PAGE_WRITE_BITS must be greater than 1 to use CONFIG_DTT_LM75"
> #endif
Actually these lines above (and in ds1621.c) seems to be the only reference
for CFG_EEPROM_PAGE_WRITE_ENABLE in U-Boot! SO could we just drop it if
noboby cares about these defines anyway!?
--
Steven
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] CONFIG_DTT_LM75 and CFG_EEPROM_PAGE_WRITE_ENABLE ???
2005-04-14 12:47 ` Steven Scholz
@ 2005-04-14 13:47 ` Wolfgang Denk
0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2005-04-14 13:47 UTC (permalink / raw)
To: u-boot
In message <425E665D.7030401@imc-berlin.de> Steven Scholz wrote:
>
> > is it realy necessary to define CFG_EEPROM_PAGE_WRITE_ENABLE in order to
> > use the LM75 within U-Boot?
> >
> > #ifdef CONFIG_DTT_LM75
> > #if !defined(CFG_EEPROM_PAGE_WRITE_ENABLE) || \
> > (CFG_EEPROM_PAGE_WRITE_BITS < 1)
> > # error "CFG_EEPROM_PAGE_WRITE_ENABLE must be defined and
> > CFG_EEPROM_PAGE_WRITE_BITS must be greater than 1 to use CONFIG_DTT_LM75"
> > #endif
>
> Actually these lines above (and in ds1621.c) seems to be the only reference
> for CFG_EEPROM_PAGE_WRITE_ENABLE in U-Boot! SO could we just drop it if
> noboby cares about these defines anyway!?
Erik, AFAICT this comes from your W7OLMG board - can you please
elucidate.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"All my life I wanted to be someone; I guess I should have been more
specific." - Jane Wagner
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-04-14 13:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-14 12:38 [U-Boot-Users] CONFIG_DTT_LM75 and CFG_EEPROM_PAGE_WRITE_ENABLE ??? Steven Scholz
2005-04-14 12:47 ` Steven Scholz
2005-04-14 13:47 ` Wolfgang Denk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.