diff options
author | Andre Schwarz <andre.schwarz@matrix-vision.de> | 2008-07-09 18:30:44 +0200 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2008-07-15 10:12:58 -0600 |
commit | 5e0de0e216b8fb27634afb11c60a2fa24c23349e (patch) | |
tree | 9658cd67b59fa936cfc535eb7e093d3d0f97a008 /Makefile | |
parent | 348753d416cd2c9e7ec6520a544c8f33cf02a560 (diff) | |
download | u-boot-imx-5e0de0e216b8fb27634afb11c60a2fa24c23349e.zip u-boot-imx-5e0de0e216b8fb27634afb11c60a2fa24c23349e.tar.gz u-boot-imx-5e0de0e216b8fb27634afb11c60a2fa24c23349e.tar.bz2 |
mpc5xxx: Add MVBC_P board support
The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -745,6 +745,13 @@ uc101_config: unconfig motionpro_config: unconfig @$(MKCONFIG) motionpro ppc mpc5xxx motionpro +MVBC_P_config: unconfig + @mkdir -p $(obj)include + @mkdir -p $(obj)board/mvbc_p + @ >$(obj)include/config.h + @[ -z "$(findstring MVBC_P,$@)" ] || \ + { echo "#define CONFIG_MVBC_P" >>$(obj)include/config.h; } + @$(MKCONFIG) -n $@ -a MVBC_P ppc mpc5xxx mvbc_p matrix_vision ######################################################################### ## MPC512x Systems |