Re: [U-Boot] [PATCH] MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default

2009-02-23 Thread Wolfgang Denk
Dear Jon Loeliger, In message <49a30b1c@freescale.com> you wrote: > Becky Bruce wrote: > > Currently, we get 256MB as the default, but since all the 86xx > > board configs define a 2G BAT mapping for RAM, raise default > > to 2G. > > > > Signed-off-by: Becky Bruce > > --- > > Oh, OK, consid

Re: [U-Boot] [PATCH] MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default

2009-02-23 Thread Wolfgang Denk
Dear Becky Bruce, In message <1235419011-22472-1-git-send-email-bec...@kernel.crashing.org> you wrote: > Currently, we get 256MB as the default, but since all the 86xx > board configs define a 2G BAT mapping for RAM, raise default > to 2G. > > Signed-off-by: Becky Bruce > --- > include/asm-ppc

Re: [U-Boot] [PATCH] MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default

2009-02-23 Thread Jon Loeliger
Becky Bruce wrote: > Currently, we get 256MB as the default, but since all the 86xx > board configs define a 2G BAT mapping for RAM, raise default > to 2G. > > Signed-off-by: Becky Bruce > --- Oh, OK, consider it... Acked-by: Jon Loeliger for real. Thanks, jdl __

[U-Boot] [PATCH] MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default

2009-02-23 Thread Becky Bruce
Currently, we get 256MB as the default, but since all the 86xx board configs define a 2G BAT mapping for RAM, raise default to 2G. Signed-off-by: Becky Bruce --- include/asm-ppc/config.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/asm-ppc/config.h b/include/

Re: [U-Boot] [PATCH] MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default

2009-02-12 Thread Jon Loeliger
Becky Bruce wrote: > By the way, this patch depends on Kumar's patch: "85xx: Fix how we map > DDR memory" (which itself depends on some other patches) > > Cheers, > B OK. So, consider these 86xx patches... Acked-by: Jon Loeliger ...so that Andy (?) might pick up the whole lot of them.

Re: [U-Boot] [PATCH] MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default

2009-02-12 Thread Becky Bruce
By the way, this patch depends on Kumar's patch: "85xx: Fix how we map DDR memory" (which itself depends on some other patches) Cheers, B On Feb 12, 2009, at 1:47 PM, Becky Bruce wrote: > Currently, we get 256MB as the default, but since all the 86xx > board configs define a 2G BAT mappin

[U-Boot] [PATCH] MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default

2009-02-12 Thread Becky Bruce
Currently, we get 256MB as the default, but since all the 86xx board configs define a 2G BAT mapping for RAM, raise default to 2G. Signed-off-by: --- include/asm-ppc/config.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/asm-ppc/config.h b/include/asm-ppc/conf