[AVR32] Move ethernet tag parsing to board-specific code
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Mon, 4 Dec 2006 12:58:27 +0000 (13:58 +0100)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Fri, 8 Dec 2006 12:06:19 +0000 (13:06 +0100)
commita6f92f3dc8e53185bae50d44b5042b9cddf7f475
tree8fb91d7fc304e24393eb52d74b17f840dfdedb5d
parentcfcb3a89d04144c064023bdc7d8dc600a88cc5c4
[AVR32] Move ethernet tag parsing to board-specific code

By moving the ethernet tag parsing to the board-specific code we avoid
the issue of figuring out which device we're supposed to attach the
information to.  The board specific code knows this because it's
where the actual devices are instantiated.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
arch/avr32/boards/atstk1000/atstk1002.c
arch/avr32/kernel/setup.c