diff options
author | Matthew McClintock <msm@freescale.com> | 2006-06-28 10:46:13 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2006-06-28 10:46:13 -0500 |
commit | cbfc7ce756b88eb26e5537bc7b625c445c6dcfac (patch) | |
tree | ce438a459d25fb3db9daca4e183aa7c62c02bc8a /board/cds/mpc8541cds/Makefile | |
parent | 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc (diff) | |
download | u-boot-imx-cbfc7ce756b88eb26e5537bc7b625c445c6dcfac.zip u-boot-imx-cbfc7ce756b88eb26e5537bc7b625c445c6dcfac.tar.gz u-boot-imx-cbfc7ce756b88eb26e5537bc7b625c445c6dcfac.tar.bz2 |
* Added VIA configuration table
* Added support for PCI2 on CDS
Patch by Andy Fleming 17-Mar-2006
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'board/cds/mpc8541cds/Makefile')
-rw-r--r-- | board/cds/mpc8541cds/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/cds/mpc8541cds/Makefile b/board/cds/mpc8541cds/Makefile index aea6136..d202281 100644 --- a/board/cds/mpc8541cds/Makefile +++ b/board/cds/mpc8541cds/Makefile @@ -29,7 +29,8 @@ LIB = lib$(BOARD).a OBJS := $(BOARD).o \ ../common/cadmus.o \ ../common/eeprom.o \ - ../common/ft_board.o + ../common/ft_board.o \ + ../common/via.o SOBJS := init.o |