Jean-Christophe PLAGNIOL-VILLARD
2439e4bfa1
drivers/net : move net drivers to drivers/net
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17 years ago
Wolfgang Denk
1218abf1b5
Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
18 years ago
Jon Loeliger
67350568f9
lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
18 years ago
Jon Loeliger
0c505db0a0
lib_*/: 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>
18 years ago
Aubrey Li
7b7e30aa64
[Blackfin][PATCH] Fix dynamic CPLB generation issue
18 years ago
Aubrey Li
155fd76657
[Blackfin][PATCH] Fix copyright and update license
18 years ago
Aubrey Li
8440bb1458
[Blackfin][PATCH] code cleanup
18 years ago
Aubrey.Li
3f0606ad0b
[Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
18 years ago
Wolfgang Denk
d87080b721
GCC-4.x fixes: clean up global data pointer initialization for all boards.
19 years ago
Wolfgang Denk
8e7b703a62
Coding Style cleanup
19 years ago
Wolfgang Denk
6cb142fa3b
Add missing Blackfin files.
19 years ago