Re: [U-Boot] [PATCH V2 03/12] mpc85xx/tlb.c: Allow platforms to specify wimge bits

2010-12-13 Thread Kumar Gala
On Dec 13, 2010, at 3:06 PM, Becky Bruce wrote: > Some platforms might want to override the default wimge=0 for > DDR. Add CONFIG_DDR_TLB_WIMGE for those platforms to use. > This will initially only be used by TQM85xx, but could be > useful for other boards or testing going forward. This should

[U-Boot] [PATCH V2 03/12] mpc85xx/tlb.c: Allow platforms to specify wimge bits

2010-12-13 Thread Becky Bruce
Some platforms might want to override the default wimge=0 for DDR. Add CONFIG_DDR_TLB_WIMGE for those platforms to use. This will initially only be used by TQM85xx, but could be useful for other boards or testing going forward. Signed-off-by: Becky Bruce --- arch/powerpc/cpu/mpc85xx/tlb.c |