[U-Boot] [PATCH v6] use common code for Matrix Vision boards
Kim Phillips
kim.phillips at freescale.com
Fri Aug 28 18:14:10 CEST 2009
On Fri, 28 Aug 2009 00:33:04 +0200
Wolfgang Denk <wd at denx.de> wrote:
> Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz,
>
> In message <1251377315.4053.39.camel at swa-m460> you wrote:
>
> > board/matrix_vision/mvbc_p/mvbc_p.c | 97 +++++---------------> ------
> > board/matrix_vision/mvbc_p/mvbc_p.h | 2 +-
> > board/matrix_vision/mvbc_p/mvbc_p_autoscript | 10 ++-
> > board/matrix_vision/mvblm7/mvblm7.c | 54 ++++++--------
> > board/matrix_vision/mvblm7/mvblm7.h | 3 +-
> > board/matrix_vision/mvblm7/pci.c | 35 ++--------
> > include/configs/MVBC_P.h | 2 +-
> > include/configs/MVBLM7.h | 49 +++++--------
> > 8 files changed, 77 insertions(+), 175 deletions(-)
>
> Applied. Thanks
and we now have breakage:
Configuring for MVBLM7 board...
pci.c:35:33: error: ../common/mv_common.h: No such file or directory
pci.c:35:33: error: ../common/mv_common.h: No such file or directory
pci.c: In function 'pci_init_board':
pci.c:85: warning: implicit declaration of function 'mv_load_fpga'
mvblm7.c: In function 'misc_init_r':
mvblm7.c:108: warning: implicit declaration of function 'mv_reset_environment'
make[1]: *** [pci.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [board/matrix_vision/mvblm7/libmvblm7.a] Error 2
powerpc-linux-gnu-size: './u-boot': No such file
where did mv_common.h go? I can't find it.
Kim
More information about the U-Boot
mailing list