diff options
author | Sascha Hauer | 2008-03-30 11:32:27 +0100 |
---|---|---|
committer | Peter Pearse | 2008-03-30 11:32:27 +0100 |
commit | c88ae20580b2b01487b4cdcc8b2a113f551aee36 (patch) | |
tree | ae3395441462021c7eaaabf765b5ed0d52cac5b2 /Makefile | |
parent | a147e56f03871bba4f05058d5e04ce7deb010b04 (diff) |
Phytec Phycore-i.MX31 support
This patch adds support for the Phytec Phycore-i.MX31 board
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2601,6 +2601,9 @@ apollon_config : unconfig imx31_litekit_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm1136 imx31_litekit NULL mx31 +imx31_phycore_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm1136 imx31_phycore NULL mx31 + #======================================================================== # i386 #======================================================================== |