Mike Frysinger
d4d7730853
punt Blackfin VDSP headers and import sanitized/auto-generated ones
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:55 -05:00
Jean-Christophe PLAGNIOL-VILLARD
b8f4162a4f
bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
...
and move is_valid_ether_addr board file
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2008-01-16 17:46:32 -05:00
Wolfgang Denk
1218abf1b5
Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-09-15 20:48:41 +02:00
Jon Loeliger
fcec2eb93e
board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-09 18:47:45 -05:00
Jon Loeliger
5e378003d5
board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
...
This is a compatibility step that allows both the older form
and the new form to co-exist for a while until the older can
be removed entirely.
All transformations are of the form:
Before:
#if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
After:
#if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-04 00:34:58 +02:00
Aubrey Li
155fd76657
[Blackfin][PATCH] Fix copyright and update license
2007-04-05 18:31:18 +08:00
Aubrey Li
26bf7deca3
[Blackfin][PATCH] Add BF537 stamp board support
2007-03-19 01:24:52 +08:00