[U-Boot] [PATCH v5 4/7] arm, arm926ejs: Do not clear the V bit on DA850 SoCs

2012-01-31 Thread Christian Riesch
The V bit of the c1 register of CP15 should not be cleared since the SoC has no valid memory at 0x. Signed-off-by: Christian Riesch Reported-by: Sughosh Ganu Cc: Albert Aribaud Cc: Tom Rini --- arch/arm/cpu/arm926ejs/start.S |5 - 1 files changed, 4 insertions(+), 1 deletions(

Re: [U-Boot] [PATCH v5 4/7] arm, arm926ejs: Do not clear the V bit on DA850 SoCs

2012-01-31 Thread Sughosh Ganu
hi Christian, On Tue, Jan 31, 2012 at 7:26 PM, Christian Riesch < christian.rie...@omicron.at> wrote: > The V bit of the c1 register of CP15 should not be cleared > since the SoC has no valid memory at 0x. > > Signed-off-by: Christian Riesch > Reported-by: Sughosh Ganu > Cc: Albert Arib

Re: [U-Boot] [PATCH v5 4/7] arm, arm926ejs: Do not clear the V bit on DA850 SoCs

2012-01-31 Thread Heiko Schocher
Hello Sughosh, Sughosh Ganu wrote: > hi Christian, > > On Tue, Jan 31, 2012 at 7:26 PM, Christian Riesch < > christian.rie...@omicron.at> wrote: > >> The V bit of the c1 register of CP15 should not be cleared >> since the SoC has no valid memory at 0x. >> >> Signed-off-by: Christian Ries

Re: [U-Boot] [PATCH v5 4/7] arm, arm926ejs: Do not clear the V bit on DA850 SoCs

2012-02-01 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: > The V bit of the c1 register of CP15 should not be cleared > since the SoC has no valid memory at 0x. > > Signed-off-by: Christian Riesch > Reported-by: Sughosh Ganu > Cc: Albert Aribaud > Cc: Tom Rini > --- > arch/arm/cpu/arm926ejs/start.S

Re: [U-Boot] [PATCH v5 4/7] arm, arm926ejs: Do not clear the V bit on DA850 SoCs

2012-02-02 Thread Christian Riesch
Hello Heiko and Sughosh, On Wed, Feb 1, 2012 at 8:33 AM, Heiko Schocher wrote: > Sughosh Ganu wrote: >> On Tue, Jan 31, 2012 at 7:26 PM, Christian Riesch < >> christian.rie...@omicron.at> wrote: >> >>> The V bit of the c1 register of CP15 should not be cleared >>> since the SoC has no valid memor

Re: [U-Boot] [PATCH v5 4/7] arm, arm926ejs: Do not clear the V bit on DA850 SoCs

2012-02-02 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: > Hello Heiko and Sughosh, > > On Wed, Feb 1, 2012 at 8:33 AM, Heiko Schocher wrote: >> Sughosh Ganu wrote: >>> On Tue, Jan 31, 2012 at 7:26 PM, Christian Riesch < >>> christian.rie...@omicron.at> wrote: >>> The V bit of the c1 register of CP15 shoul