aboutsummaryrefslogtreecommitdiff
path: root/examples/standalone/smc911x_eeprom.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-19Fix breakage in SMC EEPROM standalone applicationsBen Warren1-8/+0
Commit 6a45e384955262882375a2785426dc65aeb636c4 (Make getenv_IPaddr() global) inadvertently added ' #include "net.h" ' to the standalone programs, creating duplicate definitions of 'struct eth_device'. This patch removes the local definitions and removes other code that breaks due to the change in definition. Signed-off-by: Ben Warren <biggerbadderben@gmail.com> Acked-by: Mike Frysinger <vapier@gentoo.org>
2009-11-12smc911x_eeprom: fix building after smc911x overhaulMike Frysinger1-60/+62
When the smc911x driver was converted to NET_MULTI, the smc911x eeprom was missed. The config option needed updating as well as overhauling of the rergister read/write functions. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Tested-by: Mike Rapoport <mike.rapoport@gmail.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2009-07-21Move examples/ to examples/standalonePeter Tyser1-0/+383
The current files in examples are all standalone application examples, so put them in their own subdirectory for organizational purposes Signed-off-by: Peter Tyser <ptyser@xes-inc.com>