[U-Boot] [PATCH 1/2] pxa: Add some stuff to examine cpu model and rev

2012-08-21 Thread Łukasz Dałek
Signed-off-by: Łukasz Dałek --- arch/arm/cpu/pxa/cpuinfo.c | 11 +-- arch/arm/include/asm/arch-pxa/pxa.h | 13 + 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/pxa/cpuinfo.c b/arch/arm/cpu/pxa/cpuinfo.c index f1cdd40..bab6340 100644 -

Re: [U-Boot] [PATCH 1/2] pxa: Add some stuff to examine cpu model and rev

2012-08-21 Thread Marek Vasut
Dear Łukasz Dałek, > Signed-off-by: Łukasz Dałek > --- > arch/arm/cpu/pxa/cpuinfo.c | 11 +-- > arch/arm/include/asm/arch-pxa/pxa.h | 13 + > 2 files changed, 22 insertions(+), 2 deletions(-) Acked-by: Marek Vasut I'll push this through the PXA tree. Best reg