From: Poonam Aggrwal Date: Thu, 20 Aug 2009 13:27:02 +0000 (+0530) Subject: 85xx: P1020RDB Support Added X-Git-Tag: v2009.11-rc1~225^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bf488bc0949fc900d1296a7f35a38a6a28cb5fab;p=u-boot 85xx: P1020RDB Support Added Signed-off-by: Poonam Aggrwal Signed-off-by: Kumar Gala --- diff --git a/MAKEALL b/MAKEALL index 6634f09f91..754ae5a688 100755 --- a/MAKEALL +++ b/MAKEALL @@ -391,6 +391,7 @@ LIST_85xx=" \ MPC8572DS_36BIT \ P2020DS \ P2020DS_36BIT \ + P1020RDB \ P2020RDB \ PM854 \ PM856 \ diff --git a/Makefile b/Makefile index b1095e8fea..9c86959270 100644 --- a/Makefile +++ b/Makefile @@ -2528,6 +2528,11 @@ P2020DS_config: unconfig fi @$(MKCONFIG) -a P2020DS ppc mpc85xx p2020ds 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 + P2020RDB_config: unconfig @mkdir -p $(obj)include @echo "#define CONFIG_P2020" >>$(obj)include/config.h ;