summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than ↵Jon Loeliger2007-07-0917-24/+148
| | | | | | | | | | | | | | | | | | CONFIG_BOOTP_MASK. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than ↵Jon Loeliger2007-07-0918-21/+155
| | | | | | | | | | | | | | | | | | CONFIG_BOOTP_MASK. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than ↵Jon Loeliger2007-07-0922-29/+203
| | | | | | | | | | | | | | | | | | CONFIG_BOOTP_MASK. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than ↵Jon Loeliger2007-07-0928-61/+288
| | | | | | | | | | | | | | | | | | CONFIG_BOOTP_MASK. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | Retire CONFIG_COMMANDS finally.Jon Loeliger2007-07-091-130/+0
| | | | | | | | | | | | | | | | | | Strip old CFG_CMD_* symbols out. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | Update README.* to reference new CONFIG_CMD_* names now.Jon Loeliger2007-07-093-11/+4
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | cpu/m*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0931-109/+109
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0920-45/+45
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | board/[q-z]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0922-39/+39
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | board/[m-p]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0926-39/+39
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | board/[f-l]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0917-34/+34
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | board/[d-e]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0918-28/+28
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0922-31/+31
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | rtc/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0922-26/+26
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to ↵Jon Loeliger2007-07-095-19/+18
| | | | | | | | | | | | | | | | | | CONFIG_COMMANDS Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-095-34/+34
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | fs/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0923-42/+42
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | tools/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-091-1/+1
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | net/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-098-58/+58
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0925-38/+37
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0910-24/+23
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | disk/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-095-28/+28
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0934-71/+43
| | | | | | | | | | | | | | | | | | Mostly removed from comments here. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0812-19/+19
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-0811-23/+22
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-0814-78/+60
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-0822-63/+61
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | Clear up confusion over the CMD_POST and POST_DIAG mess.Jon Loeliger2007-07-0812-78/+60
| | | | | | | | | | | | | | | | | | | | | | | | For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG when it really means just CONFIG_CMD_DIAG. There is no CMD_POST. Clear this mess up some. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | Remove references to the old cmd_confdefs.h include file.Jon Loeliger2007-07-082-9/+0
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs: Catch some CONFIG_CMD_* conversion stragglers.Jon Loeliger2007-07-082-29/+30
| | | | | | | | | | | | | | | | | | | | | Use new CONFIG_CMD_* in lwmon5.h board config file. Fix CONFIG_CMD_* typo braindamage in omap1510inn.h Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board ↵Jon Loeliger2007-07-0813-212/+245
| | | | | | | | | | | | | | | | | | config files. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs: Use new CONFIG_CMD_* in various S* named board config files.Jon Loeliger2007-07-089-76/+102
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs: Use new CONFIG_CMD_* in various R* named board config files.Jon Loeliger2007-07-088-116/+131
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs: Use new CONFIG_CMD_* in various Q* named board config files.Jon Loeliger2007-07-083-43/+50
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs: Use new CONFIG_CMD_* in various P* named board config files.Jon Loeliger2007-07-0815-288/+303
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.Jon Loeliger2007-07-0810-112/+140
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs: Use new CONFIG_CMD_* in various M* named board config files.Jon Loeliger2007-07-0814-145/+181
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config ↵Jon Loeliger2007-07-0814-215/+233
| | | | | | | | | | | | | | | | | | files. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs: Use new CONFIG_CMD_* in various H* named board config files.Jon Loeliger2007-07-084-68/+69
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs: Use new CONFIG_CMD_* in various F* and G* named board ↵Jon Loeliger2007-07-089-88/+116
| | | | | | | | | | | | | | | | | | config files. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs: Use new CONFIG_CMD_* in various E* named board config files.Jon Loeliger2007-07-0812-115/+137
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs: Use new CONFIG_CMD_* in various D* named board config files.Jon Loeliger2007-07-077-143/+148
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs: Use new CONFIG_CMD_* in various C* named board config files.Jon Loeliger2007-07-0717-274/+291
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs: Use new CONFIG_CMD_* in various B* named board config files.Jon Loeliger2007-07-074-97/+84
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | include/configs: Use new CONFIG_CMD_* in various A* named board config files.Jon Loeliger2007-07-0713-225/+232
| | | | | | | | | | | | | | | | | | | | | | | | Since ADS860.h includes "board/fads/fads.h" with ramifications on the CONFIG_COMMAND treatment, it too has to be adjusted to exclude already configured commands in this same commit. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | Merge with git://www.denx.de/git/u-boot-testingWolfgang Denk2007-07-0616-81/+491
|\ \ \
| * | | Fixing some typos etc. introduced mainly by cfg patches.Wolfgang Denk2007-07-056-14/+17
| | | | | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
| * | | Minor coding style cleanup. Update CHANGELOG.Wolfgang Denk2007-07-0511-67/+474
| | | |
* | | | Fix problem with get/setdcr commands introduced by cfg patchesStefan Roese2007-07-061-1/+1
|/ / / | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config ↵Jon Loeliger2007-07-0514-217/+248
| | | | | | | | | | | | | | | | | | files. Signed-off-by: Jon Loeliger <jdl@freescale.com>
OpenPOWER on IntegriCloud