Re: [U-Boot] [PATCH 2/2] ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h

2009-02-09 Thread Wolfgang Denk
Dear Kumar Gala, In message <1233888058-21503-2-git-send-email-ga...@kernel.crashing.org> you wrote: > Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent > between the two current users (lib_ppc/board.c, 44x SPD DDR2). > > Signed-off-by: Kumar Gala > --- > cpu/ppc4xx/44x_sp

Re: [U-Boot] [PATCH 2/2] ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h

2009-02-09 Thread Stefan Roese
On Friday 06 February 2009, Kumar Gala wrote: > Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent > between the two current users (lib_ppc/board.c, 44x SPD DDR2). > > Signed-off-by: Kumar Gala Looks good, so: Acked-by: Stefan Roese Best regards, Stefan ===

[U-Boot] [PATCH 2/2] ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h

2009-02-05 Thread Kumar Gala
Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent between the two current users (lib_ppc/board.c, 44x SPD DDR2). Signed-off-by: Kumar Gala --- cpu/ppc4xx/44x_spd_ddr2.c |3 --- include/asm-ppc/config.h |8 lib_ppc/board.c |3 --- 3 files chang