Re: [U-Boot] [PATCH v5] MX31: Introduce get_reset_cause()

2011-04-20 Thread Albert ARIBAUD
Le 19/04/2011 17:17, Detlev Zundel a écrit : > Hi Fabio, > >> Signed-off-by: Fabio Estevam >> --- >> Changes since v4: >> - Make get_reset_cause CPU specific code and no need to >> add any board specific call. >> >> arch/arm/cpu/arm1136/mx31/generic.c | 29 - >> 1 f

Re: [U-Boot] [PATCH v5] MX31: Introduce get_reset_cause()

2011-04-19 Thread Detlev Zundel
Hi Fabio, > Signed-off-by: Fabio Estevam > --- > Changes since v4: > - Make get_reset_cause CPU specific code and no need to > add any board specific call. > > arch/arm/cpu/arm1136/mx31/generic.c | 29 - > 1 files changed, 28 insertions(+), 1 deletions(-) Thanks, t