summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMagnus Lilja <lilja.magnus@gmail.com>2009-07-01 01:07:55 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-07-06 21:52:38 +0200
commit8449f287f5c53d59db13c3c512e6bd1750b692d1 (patch)
tree25563ce5e1a5cb9ad99dca4a5c291af4ee0d8e5a /Makefile
parent8d460a573e2a2ac4834636903865a0428ad0e629 (diff)
downloadblackbird-obmc-uboot-8449f287f5c53d59db13c3c512e6bd1750b692d1.tar.gz
blackbird-obmc-uboot-8449f287f5c53d59db13c3c512e6bd1750b692d1.zip
MX31: Add basic support for Freescale i.MX31 PDK board.
Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board). This patch assumes that some other program performs the actual NAND boot. Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com> Acked-by: Fabio Estevam <fabioestevam@yahoo.com> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ebb12e91f9..4c9884c566 100644
--- a/Makefile
+++ b/Makefile
@@ -3135,6 +3135,9 @@ imx31_phycore_config : unconfig
mx31ads_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm1136 mx31ads freescale mx31
+mx31pdk_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm1136 mx31pdk freescale mx31
+
omap2420h4_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 NULL omap24xx
OpenPOWER on IntegriCloud