[U-Boot] [PATCH] ppc/85xx: P1020RDB Support Added

Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org --- applies on http://git.denx.de/u-boot-mpc85xx.git branch->next Makefile | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index f92ef30..337bf89 100644 --- a/Makefile +++ b/Makefile @@ -2499,6 +2499,11 @@ P2020RDB_config: unconfig @echo "#define CONFIG_P2020" >>$(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 + PM854_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc85xx pm854

On Aug 20, 2009, at 8:27 AM, Poonam Aggrwal wrote:
Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org
applies on http://git.denx.de/u-boot-mpc85xx.git branch->next Makefile | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
Added to MAKEALL and kept list in Makefile sorted (in the future make sure to do those two things)
applied to 85xx next
- k

Dear Kumar Gala,
In message F3FB164C-23CA-4334-883A-EB556596EC20@kernel.crashing.org you wrote:
On Aug 20, 2009, at 8:27 AM, Poonam Aggrwal wrote:
Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org
applies on http://git.denx.de/u-boot-mpc85xx.git branch->next Makefile | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
Added to MAKEALL and kept list in Makefile sorted (in the future make sure to do those two things)
applied to 85xx next
Thanks.
Best regards,
Wolfgang Denk

Dear Poonam Aggrwal,
In message 1250774822-20182-1-git-send-email-poonam.aggrwal@freescale.com you wrote:
Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org
applies on http://git.denx.de/u-boot-mpc85xx.git branch->next Makefile | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index f92ef30..337bf89 100644 --- a/Makefile +++ b/Makefile @@ -2499,6 +2499,11 @@ P2020RDB_config: unconfig @echo "#define CONFIG_P2020" >>$(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
Please keep the list sorted.
Best regards,
Wolfgang Denk
participants (3)
-
Kumar Gala
-
Poonam Aggrwal
-
Wolfgang Denk