arm: omap1: get rid of OMAP_TAG_USB
authorFelipe Balbi <felipe.balbi@nokia.com>
Sun, 15 Feb 2009 01:30:09 +0000 (01:30 +0000)
committerTony Lindgren <tony@atomide.com>
Fri, 27 Feb 2009 23:04:32 +0000 (15:04 -0800)
OMAP_TAGS should vanish soon since they're not generic arm tags.
Most of them can be converted to a platform_data or parsed
from a command line like e.g. serial tag.

For OMAP_TAG_USB we just let boards call omap_usb_init()
passing a pointer to omap_usb_config.

This patch is compile tested only.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found