Re: [U-Boot] [PATCH 1/3] ARM: at91: add cpu.h

2015-07-22 Thread Alexandre Belloni
Hi, On 15/06/2015 at 14:42:59 +0200, Heiko Schocher wrote : > add cpu.h from linux: > > 7538ec7d1e5: ARM: at91: remove no-MMU at91x40 support > > so it is easier to port linux code, which is based on it. > That file doesn't exist anymore, see f56d8f7c29320abe6f923fa1b3cb7adcc3252a24 and I thin

Re: [U-Boot] [PATCH 1/3] ARM: at91: add cpu.h

2015-07-20 Thread Marek Vasut
On Monday, June 15, 2015 at 02:42:59 PM, Heiko Schocher wrote: > add cpu.h from linux: > > 7538ec7d1e5: ARM: at91: remove no-MMU at91x40 support > > so it is easier to port linux code, which is based on it. > > Signed-off-by: Heiko Schocher > --- > > arch/arm/mach-at91/include/mach/cpu.h | 14

[U-Boot] [PATCH 1/3] ARM: at91: add cpu.h

2015-06-15 Thread Heiko Schocher
add cpu.h from linux: 7538ec7d1e5: ARM: at91: remove no-MMU at91x40 support so it is easier to port linux code, which is based on it. Signed-off-by: Heiko Schocher --- arch/arm/mach-at91/include/mach/cpu.h | 149 ++ 1 file changed, 149 insertions(+) create mod