From 281e00a3be453a169d854f824a460359d10f92bb Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 1 Aug 2004 22:48:16 +0000 Subject: * Code cleanup * Patch by Sascha Hauer, 28 Jun: - add generic support for Motorola i.MX architecture - add support for mx1ads, mx1fs2 and scb9328 boards * Patches by Marc Leeman, 23 Jul 2004: - Add define for the PCI/Memory Buffer Configuration Register - corrected comments in cpu/mpc824x/cpu_init.c * Add support for multiple serial interfaces (for example to allow modem dial-in / dial-out) --- Makefile | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1601d7de80b..5da162838da 100644 --- a/Makefile +++ b/Makefile @@ -757,6 +757,7 @@ PLU405_config: unconfig PMC405_config: unconfig @./mkconfig $(@:_config=) ppc ppc4xx pmc405 esd +PPChameleonEVB_config \ PPChameleonEVB_BA_25_config \ PPChameleonEVB_ME_25_config \ PPChameleonEVB_HI_25_config \ @@ -1154,6 +1155,12 @@ lpd7a400_config \ lpd7a404_config: unconfig @./mkconfig $(@:_config=) arm lh7a40x lpd7a40x +mx1ads_config : unconfig + @./mkconfig $(@:_config=) arm arm920t mx1ads + +mx1fs2_config : unconfig + @./mkconfig $(@:_config=) arm arm920t mx1fs2 + omap1510inn_config : unconfig @./mkconfig $(@:_config=) arm arm925t omap1510inn @@ -1192,6 +1199,9 @@ omap730p2_cs3boot_config : unconfig fi; @./mkconfig -a $(call xtract_omap730p2,$@) arm arm926ejs omap730p2 +scb9328_config : unconfig + @./mkconfig $(@:_config=) arm arm920t scb9328 + smdk2400_config : unconfig @./mkconfig $(@:_config=) arm arm920t smdk2400 @@ -1239,13 +1249,6 @@ versatile_config : unconfig B2_config : unconfig @./mkconfig $(@:_config=) arm s3c44b0 B2 dave -######################################################################### -## MC9328 (Dragonball) Systems -######################################################################### - -mx1ads_config : unconfig - @./mkconfig $(@:_config=) arm mc9328 mx1ads - ######################################################################### ## ARM720T Systems ######################################################################### -- cgit v1.2.3