diff options
author | Poonam Aggrwal <poonam.aggrwal@freescale.com> | 2009-08-20 18:57:02 +0530 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-08-28 17:12:41 -0500 |
commit | bf488bc0949fc900d1296a7f35a38a6a28cb5fab (patch) | |
tree | 73967b0af85c4ebfe6b653ed9b3584421bd77ff7 | |
parent | 3b1f243b8dad30a646a0f056b0268519eadbc3c5 (diff) |
85xx: P1020RDB Support Added
Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rwxr-xr-x | MAKEALL | 1 | ||||
-rw-r--r-- | Makefile | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -391,6 +391,7 @@ LIST_85xx=" \ MPC8572DS_36BIT \ P2020DS \ P2020DS_36BIT \ + P1020RDB \ P2020RDB \ PM854 \ PM856 \ @@ -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 ; |