]>
git.sur5r.net Git - u-boot/log
Stefan Roese [Sun, 8 Jul 2007 11:44:27 +0000 (13:44 +0200)]
Fix malloc problem introduced with the relocation fixup for the PPC platform
The relocation fixup didn't handle the malloc pointer initialization
correctly. This patch fixes this problem. Tested successfully on 4xx.
The relocation fixup patches for 4xx will follow soon.
Signed-off-by: Stefan Roese <sr@denx.de>
Jon Loeliger [Tue, 10 Jul 2007 16:19:50 +0000 (11:19 -0500)]
disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 16:13:21 +0000 (11:13 -0500)]
drivers/: Remove lingering references to CFG_CMD_* symbols.
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 16:07:56 +0000 (11:07 -0500)]
fs/: Remove lingering references to CFG_CMD_* symbols.
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 16:05:02 +0000 (11:05 -0500)]
net/: Remove lingering references to CFG_CMD_* symbols.
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 16:02:44 +0000 (11:02 -0500)]
common/: Remove lingering references to CFG_CMD_* symbols.
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 15:48:22 +0000 (10:48 -0500)]
board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 15:39:10 +0000 (10:39 -0500)]
board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 15:27:39 +0000 (10:27 -0500)]
cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 15:12:10 +0000 (10:12 -0500)]
include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
used to be included but CONFIG_BOOTP_MASK was not defined.
Remove lingering references to CFG_CMD_* symbols.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 14:38:02 +0000 (09:38 -0500)]
include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
used to be included but CONFIG_BOOTP_MASK was not defined.
Remove lingering references to CFG_CMD_* symbols.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 14:29:01 +0000 (09:29 -0500)]
include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
used to be included but CONFIG_BOOTP_MASK was not defined.
Remove lingering references to CFG_CMD_* symbols.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 14:22:23 +0000 (09:22 -0500)]
include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
used to be included but CONFIG_BOOTP_MASK was not defined.
Remove lingering references to CFG_CMD_* symbols.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 14:10:49 +0000 (09:10 -0500)]
include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
used to be included but CONFIG_BOOTP_MASK was not defined.
Remove lingering references to CFG_CMD_* symbols.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 14:02:57 +0000 (09:02 -0500)]
include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
used to be included but CONFIG_BOOTP_MASK was not defined.
Remove lingering references to CFG_CMD_* symbols.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 03:08:34 +0000 (22:08 -0500)]
Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
All of the choices for CONFIG_BOOTP_ are now documented in
the README file. You must now individually select exactly
the set that you want using a series of
#define CONFIG_BOOTP_<x>
statements in the board port config files now.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 02:57:31 +0000 (21:57 -0500)]
include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 02:48:26 +0000 (21:48 -0500)]
include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 02:38:02 +0000 (21:38 -0500)]
include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 02:31:24 +0000 (21:31 -0500)]
include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 02:24:19 +0000 (21:24 -0500)]
include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 02:16:53 +0000 (21:16 -0500)]
include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 00:12:30 +0000 (19:12 -0500)]
Retire CONFIG_COMMANDS finally.
Strip old CFG_CMD_* symbols out.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 00:10:03 +0000 (19:10 -0500)]
Update README.* to reference new CONFIG_CMD_* names now.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Tue, 10 Jul 2007 00:06:00 +0000 (19:06 -0500)]
cpu/m*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Mon, 9 Jul 2007 23:57:22 +0000 (18:57 -0500)]
cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Mon, 9 Jul 2007 23:45:16 +0000 (18:45 -0500)]
board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Mon, 9 Jul 2007 23:38:39 +0000 (18:38 -0500)]
board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Mon, 9 Jul 2007 23:31:28 +0000 (18:31 -0500)]
board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Mon, 9 Jul 2007 23:24:55 +0000 (18:24 -0500)]
board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Mon, 9 Jul 2007 23:19:09 +0000 (18:19 -0500)]
board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Mon, 9 Jul 2007 23:10:50 +0000 (18:10 -0500)]
rtc/: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Mon, 9 Jul 2007 23:05:38 +0000 (18:05 -0500)]
lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Mon, 9 Jul 2007 23:02:11 +0000 (18:02 -0500)]
lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Mon, 9 Jul 2007 22:56:50 +0000 (17:56 -0500)]
fs/: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Mon, 9 Jul 2007 22:46:09 +0000 (17:46 -0500)]
tools/: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Mon, 9 Jul 2007 22:45:14 +0000 (17:45 -0500)]
net/: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Mon, 9 Jul 2007 22:39:42 +0000 (17:39 -0500)]
drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Mon, 9 Jul 2007 22:30:01 +0000 (17:30 -0500)]
drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Mon, 9 Jul 2007 22:22:37 +0000 (17:22 -0500)]
disk/: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Mon, 9 Jul 2007 22:15:49 +0000 (17:15 -0500)]
include/: Remove obsolete references to CONFIG_COMMANDS
Mostly removed from comments here.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 23:10:08 +0000 (18:10 -0500)]
common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 23:05:39 +0000 (18:05 -0500)]
common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 23:02:23 +0000 (18:02 -0500)]
common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 22:51:39 +0000 (17:51 -0500)]
common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 22:02:01 +0000 (17:02 -0500)]
Clear up confusion over the CMD_POST and POST_DIAG mess.
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>
Jon Loeliger [Sun, 8 Jul 2007 20:45:08 +0000 (15:45 -0500)]
Remove references to the old cmd_confdefs.h include file.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 20:42:59 +0000 (15:42 -0500)]
include/configs: Catch some CONFIG_CMD_* conversion stragglers.
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>
Jon Loeliger [Sun, 8 Jul 2007 20:31:57 +0000 (15:31 -0500)]
include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 20:02:44 +0000 (15:02 -0500)]
include/configs: Use new CONFIG_CMD_* in various S* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 20:12:40 +0000 (15:12 -0500)]
include/configs: Use new CONFIG_CMD_* in various R* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 19:55:07 +0000 (14:55 -0500)]
include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 19:49:44 +0000 (14:49 -0500)]
include/configs: Use new CONFIG_CMD_* in various P* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 19:21:43 +0000 (14:21 -0500)]
include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 19:14:17 +0000 (14:14 -0500)]
include/configs: Use new CONFIG_CMD_* in various M* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 18:46:18 +0000 (13:46 -0500)]
include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 15:09:35 +0000 (10:09 -0500)]
include/configs: Use new CONFIG_CMD_* in various H* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 02:04:26 +0000 (21:04 -0500)]
include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 01:56:05 +0000 (20:56 -0500)]
include/configs: Use new CONFIG_CMD_* in various E* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Sun, 8 Jul 2007 01:40:43 +0000 (20:40 -0500)]
include/configs: Use new CONFIG_CMD_* in various D* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Fri, 6 Jul 2007 00:52:35 +0000 (19:52 -0500)]
include/configs: Use new CONFIG_CMD_* in various C* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Fri, 6 Jul 2007 00:32:07 +0000 (19:32 -0500)]
include/configs: Use new CONFIG_CMD_* in various B* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Fri, 6 Jul 2007 00:13:52 +0000 (19:13 -0500)]
include/configs: Use new CONFIG_CMD_* in various A* named board config files.
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>
Wolfgang Denk [Fri, 6 Jul 2007 08:38:28 +0000 (10:38 +0200)]
Merge with git://www.denx.de/git/u-boot-testing
Stefan Roese [Fri, 6 Jul 2007 07:45:47 +0000 (09:45 +0200)]
Fix problem with get/setdcr commands introduced by cfg patches
Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk [Thu, 5 Jul 2007 15:56:27 +0000 (17:56 +0200)]
Fixing some typos etc. introduced mainly by cfg patches.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk [Thu, 5 Jul 2007 09:12:16 +0000 (11:12 +0200)]
Minor coding style cleanup. Update CHANGELOG.
Jon Loeliger [Thu, 5 Jul 2007 03:33:46 +0000 (22:33 -0500)]
include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:33:38 +0000 (22:33 -0500)]
include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:33:30 +0000 (22:33 -0500)]
include/configs: Use new CONFIG_CMD_* in various s* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:33:23 +0000 (22:33 -0500)]
include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:33:17 +0000 (22:33 -0500)]
include/configs: Use new CONFIG_CMD_* in various p* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:33:13 +0000 (22:33 -0500)]
include/configs: Use new CONFIG_CMD_* in various o* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:33:07 +0000 (22:33 -0500)]
include/configs: Use new CONFIG_CMD_* in various n* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:33:01 +0000 (22:33 -0500)]
include/configs: Use new CONFIG_CMD_* in various m* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:32:57 +0000 (22:32 -0500)]
include/configs: Use new CONFIG_CMD_* in various l* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:32:51 +0000 (22:32 -0500)]
include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:32:32 +0000 (22:32 -0500)]
include/configs: Use new CONFIG_CMD_* in various i* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:32:25 +0000 (22:32 -0500)]
include/configs: Use new CONFIG_CMD_* in various h* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:32:19 +0000 (22:32 -0500)]
include/configs: Use new CONFIG_CMD_* in various g* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:32:10 +0000 (22:32 -0500)]
include/configs: Use new CONFIG_CMD_* in various e* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:32:03 +0000 (22:32 -0500)]
include/configs: Use new CONFIG_CMD_* in various d* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:31:56 +0000 (22:31 -0500)]
include/configs: Use new CONFIG_CMD_* in various c* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:31:49 +0000 (22:31 -0500)]
include/configs: Use new CONFIG_CMD_* in various b* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:31:42 +0000 (22:31 -0500)]
include/configs: Use new CONFIG_CMD_* in various a* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:31:35 +0000 (22:31 -0500)]
include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:31:15 +0000 (22:31 -0500)]
include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:31:07 +0000 (22:31 -0500)]
include/configs: Use new CONFIG_CMD_* in STx board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:30:58 +0000 (22:30 -0500)]
include/configs: Use new CONFIG_CMD_* in sbc* board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:30:50 +0000 (22:30 -0500)]
include/configs: Use new CONFIG_CMD_* in TQM board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:30:28 +0000 (22:30 -0500)]
include/configs: Use new CONFIG_CMD_* in 82xx board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Thu, 5 Jul 2007 03:30:06 +0000 (22:30 -0500)]
include/configs: Use new CONFIG_CMD_* in 83xx board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Wed, 13 Jun 2007 18:23:15 +0000 (13:23 -0500)]
mpc86xx: Remove old CFG_CMD_* references.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Wed, 13 Jun 2007 18:22:54 +0000 (13:22 -0500)]
Add MPC8568MDS to MAKEALL 85xx target.
It was missing from the original port submission.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Wed, 13 Jun 2007 18:22:08 +0000 (13:22 -0500)]
include/configs: Use new CONFIG_CMD_* in 85xx board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Wed, 13 Jun 2007 18:21:37 +0000 (13:21 -0500)]
Fix #if typo in CONFIG_CMD_* changes.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk [Tue, 3 Jul 2007 23:19:49 +0000 (01:19 +0200)]
Merge with git://www.denx.de/git/u-boot-testing
Grant Likely [Tue, 3 Jul 2007 06:17:28 +0000 (00:17 -0600)]
Fix Makefile to use $(MKCONFIG) macro for all board ports
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Grant Likely [Tue, 3 Jul 2007 06:17:28 +0000 (00:17 -0600)]
Fix Makefile to use $(MKCONFIG) macro for all board ports
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Grant Likely [Tue, 3 Jul 2007 06:34:49 +0000 (00:34 -0600)]
Correct fixup relocation for mpc83xx
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>