Re: [U-Boot] [PATCH 3/4] microblaze: enable LMB support

2010-06-25 Thread Stephan Linz
Am Mittwoch, 23. Juni 2010 08:31:59 schrieb Michal Simek: > --8<--snip -->8-- > >>> diff --git a/arch/microblaze/include/asm/config.h > >>> b/arch/microblaze/include/asm/config.h index 8a9064b..ec2c316 100644 > >>> --- a/arch/microblaze/include/asm/config.h > >>> +++ b/arch/microblaze/include/asm/c

Re: [U-Boot] [PATCH 3/4] microblaze: enable LMB support

2010-06-22 Thread Michal Simek
Stephan Linz wrote: > Am Dienstag, 22. Juni 2010 09:24:40 schrieb Michal Simek: >> Stephan Linz wrote: >>> Foresighted to support flat device tree realocations we need to use >>> the new Logical memory blocks library in a manner as been used by all >>> other architectures. >>> >>> Signed-off-by: St

Re: [U-Boot] [PATCH 3/4] microblaze: enable LMB support

2010-06-22 Thread Stephan Linz
Am Dienstag, 22. Juni 2010 09:24:40 schrieb Michal Simek: > Stephan Linz wrote: > > Foresighted to support flat device tree realocations we need to use > > the new Logical memory blocks library in a manner as been used by all > > other architectures. > > > > Signed-off-by: Stephan Linz > > --- > >

Re: [U-Boot] [PATCH 3/4] microblaze: enable LMB support

2010-06-22 Thread Michal Simek
Stephan Linz wrote: > Foresighted to support flat device tree realocations we need to use > the new Logical memory blocks library in a manner as been used by all > other architectures. > > Signed-off-by: Stephan Linz > --- > arch/microblaze/include/asm/config.h |2 ++ > 1 files changed, 2 in

[U-Boot] [PATCH 3/4] microblaze: enable LMB support

2010-06-21 Thread Stephan Linz
Foresighted to support flat device tree realocations we need to use the new Logical memory blocks library in a manner as been used by all other architectures. Signed-off-by: Stephan Linz --- arch/microblaze/include/asm/config.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --