]>
Commit | Line | Data |
---|---|---|
3d35d87d WD |
1 | commit 632a6dd0b612eb7b143f789f2a0273917468c041 |
2 | Author: Andre Schwarz <[email protected]> | |
3 | Date: 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 <[email protected]> | |
10 | ||
11 | mvblm7.c: fix warning: implicit declaration of function | |
12 | 'mv_reset_environment' | |
13 | ||
14 | Signed-off-by: Wolfgang Denk <[email protected]> | |
15 | ||
16 | commit 52f6c34c85d6c16f2a41433b5000490ecf374992 | |
17 | Author: David Brownell <[email protected]> | |
18 | Date: 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 <[email protected]> | |
28 | ||
29 | commit 28887d831b02c66ccc10d7f1379204b5a62f4543 | |
30 | Author: André Schwarz <[email protected]> | |
31 | Date: 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 |