Quellcode durchsuchen

85xx: Added support for P1011RDB and P2010RDB

P1011 and P2010 are single core variants of P1010 and P2020 respectively.
The board(RDB) will be same.

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Poonam Aggrwal vor 15 Jahren
Ursprung
Commit
c17b79fbd0
2 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen
  1. 2 0
      MAKEALL
  2. 10 0
      Makefile

+ 2 - 0
MAKEALL

@@ -391,7 +391,9 @@ LIST_85xx="		\
 	MPC8572DS_36BIT	\
 	P2020DS		\
 	P2020DS_36BIT	\
+	P1011RDB	\
 	P1020RDB	\
+	P2010RDB	\
 	P2020RDB	\
 	PM854		\
 	PM856		\

+ 10 - 0
Makefile

@@ -2528,11 +2528,21 @@ P2020DS_config:		unconfig
 	fi
 	@$(MKCONFIG) -a P2020DS ppc mpc85xx p2020ds freescale
 
+P1011RDB_config:	unconfig
+	@mkdir -p $(obj)include
+	@echo "#define CONFIG_P1011" >>$(obj)include/config.h ;
+	@$(MKCONFIG) -a P1_P2_RDB  ppc mpc85xx p1_p2_rdb freescale
+
 P1020RDB_config:	unconfig
 	@mkdir -p $(obj)include
 	@echo "#define CONFIG_P1020" >>$(obj)include/config.h ;
 	@$(MKCONFIG) -a P1_P2_RDB  ppc mpc85xx p1_p2_rdb freescale
 
+P2010RDB_config:	unconfig
+	@mkdir -p $(obj)include
+	@echo "#define CONFIG_P2010" >>$(obj)include/config.h ;
+	@$(MKCONFIG) -a P1_P2_RDB  ppc mpc85xx p1_p2_rdb freescale
+
 P2020RDB_config:	unconfig
 	@mkdir -p $(obj)include
 	@echo "#define CONFIG_P2020" >>$(obj)include/config.h ;