]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
Add 'editenv' command
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
3d35d87d
WD
1commit 632a6dd0b612eb7b143f789f2a0273917468c041
2Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
3Date: Mon Aug 31 16:18:24 2009 +0200
4
5 Add common code dir for Matrix Vision boards.
6
7 This fixes current build failure.
8
9 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
10
11 mvblm7.c: fix warning: implicit declaration of function
12 'mv_reset_environment'
13
14 Signed-off-by: Wolfgang Denk <wd@denx.de>
15
16commit 52f6c34c85d6c16f2a41433b5000490ecf374992
17Author: David Brownell <dbrownell@users.sourceforge.net>
18Date: Sun Aug 30 11:05:29 2009 -0700
19
20 bugfix CONFIG_SYS_CONSOLE_INFO_QUIET
21
22 The "console: unify printing current devices" patch goofed:
23 CONFIG_SYS_CONSOLE_INFO_QUIET is supposed to *REMOVE* boot
24 time noise, not add it. Said patch changed the #ifndefs
25 to #ifdef; this one restores them to the proper sense.
26
27 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
28
29commit 28887d831b02c66ccc10d7f1379204b5a62f4543
30Author: André Schwarz <andre.schwarz@matrix-vision.de>
31Date: Thu Aug 27 14:48:35 2009 +0200
32
33 Use common code for Matrix Vision boards
34
35 Clean up existing boards (mvBC-P/MPC5200 and mvBL-M7/MPC8343) by
36 using common code.
37
38