Re: [U-Boot] [PATCH v1 1/2] mkconfig: pass the board name to board config file

2009-09-10 Thread Wolfgang Denk
Dear Mingkai Hu, In message <1252393633-14949-1-git-send-email-mingkai...@freescale.com> you wrote: > then we can handle the different config target in the board file, > which simplify the top makefile for board that have multiple config > targets. > > Signed-off-by: Mingkai Hu > --- > mkconfi

Re: [U-Boot] [PATCH v1 1/2] mkconfig: pass the board name to board config file

2009-09-08 Thread Kumar Gala
On Sep 8, 2009, at 2:07 AM, Mingkai Hu wrote: > then we can handle the different config target in the board file, > which simplify the top makefile for board that have multiple config > targets. > > Signed-off-by: Mingkai Hu > --- > mkconfig |1 + > 1 files changed, 1 insertions(+), 0 deletio

[U-Boot] [PATCH v1 1/2] mkconfig: pass the board name to board config file

2009-09-08 Thread Mingkai Hu
then we can handle the different config target in the board file, which simplify the top makefile for board that have multiple config targets. Signed-off-by: Mingkai Hu --- mkconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/mkconfig b/mkconfig index b0bbbd1..9efd2f