Re: [U-Boot] [PATCH v3 2/7] arm1136/arm1176: Merge cache handling code

2015-07-23 Thread Stephen Warren
On 07/22/2015 12:23 PM, Alexander Stein wrote: As both cores are similar merge the cache handling code for both CPUs to arm11 directory. It's useful if you pass the -C or -M option to git format-patch; that wouuld presumably have shown that arm11/cpu.c was identical to one of the two cpu.c

[U-Boot] [PATCH v3 2/7] arm1136/arm1176: Merge cache handling code

2015-07-22 Thread Alexander Stein
As both cores are similar merge the cache handling code for both CPUs to arm11 directory. Signed-off-by: Alexander Stein alexander...@web.de --- arch/arm/cpu/arm11/Makefile | 8 +++ arch/arm/cpu/arm11/cpu.c | 150 ++ arch/arm/cpu/arm1136/Makefile