
Hello Alexandre,
Am 11.08.2015 um 11:03 schrieb Alexandre Belloni:
Hi,
On 10/08/2015 at 08:14:24 +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.
Signed-off-by: Heiko Schocher hs@denx.de
Changes in v2: None
arch/arm/mach-at91/include/mach/cpu.h | 149 ++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 arch/arm/mach-at91/include/mach/cpu.h
My comment still holds, you should not need that a no Linux code is
Sorry, seems I missed your comment ... Sorry for that.
using cpui_is_at91* anymore. The main concern is that you will be based on an older version of the driver and you will be missing future fixes.
Ok, I look into this, and update to a newer version.
bye, Heiko