Re: [U-Boot] [PATCH] imx25: Fix reset

2010-10-16 Thread Sergei Shtylyov
Hello. On 12-10-2010 15:49, Matthias Weisser wrote: > This patch fixes the reset command on imx25 > Signed-off-by: Matthias Weisser [...] > diff --git a/arch/arm/cpu/arm926ejs/mx25/reset.c > b/arch/arm/cpu/arm926ejs/mx25/reset.c > index 1e33150..a5fd170 100644 > --- a/arch/arm/cpu/arm926ejs/mx2

[U-Boot] [PATCH] imx25: Fix reset

2010-10-12 Thread Matthias Weisser
This patch fixes the reset command on imx25 Signed-off-by: Matthias Weisser --- arch/arm/cpu/arm926ejs/mx25/reset.c | 10 ++ arch/arm/include/asm/arch-mx25/imx-regs.h | 10 +- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx25/re