]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()
authorMike Frysinger <vapier@gentoo.org>
Mon, 23 Mar 2009 02:18:01 +0000 (22:18 -0400)
committerWolfgang Denk <wd@denx.de>
Sat, 4 Apr 2009 20:40:45 +0000 (22:40 +0200)
commitb196ca75503ce307c535b87bf47d51f05e7530df
tree89e30b43638a22683e1c6d0844452cc6b179dd1a
parentf5cf2ef2ad2a8bf321712ab460ed846120163d74
smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()

Rather than sticking Blackfin-specific stuff into the eeprom example, use
an indirect macro so that any board can override it with their own magic
sauce in their board config file.

Also fix some spurious semi-colons in defines while I'm at it ...

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
CC: Ben Warren <biggerbadderben@gmail.com>
examples/smc91111_eeprom.c