From 1c0e2611a1823029d8ae8fc1fdb5773c5b03930e Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Tue, 29 Dec 2009 15:59:45 +0800 Subject: ENGR00119716: MX28 basic support. Add mx28 to u-boot and pass the compiling. Signed-off-by: Terry Lv --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d37e5ad..8230ef2 100644 --- a/Makefile +++ b/Makefile @@ -3210,6 +3210,9 @@ apollon_config : unconfig mx25_3stack_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm926ejs mx25_3stack freescale mx25 +mx28_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm926ejs mx28 freescale mx28 + imx31_litekit_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm1136 imx31_litekit NULL mx31 -- cgit v1.1