
Dear Olav Morken,
In message 1e4f0c3bf3b5b62b9294b0b146ec100ded6feb66.1223643536.git.olavmrk@gmail.com you wrote:
The AVR32A architecture (which AT32UC3A-series is based on) has a different memory layout than the AVR32B-architecture. This patch moves addrspace.h to an arch-dependent directory in preparation for AT32UC3A-support. It also moves some address-space manipulation functions from io.h to addrspace.h.
Signed-off-by: Gunnar Rangoy gunnar@rangoy.com Signed-off-by: Paul Driveklepp pauldriveklepp@gmail.com Signed-off-by: Olav Morken olavmrk@gmail.com
include/asm-avr32/addrspace.h | 46 -------------- include/asm-avr32/arch-at32ap700x/addrspace.h | 84 +++++++++++++++++++++++++
Please provide the patch such that files get renamed, not removed and re-added.
include/asm-avr32/io.h | 39 +----------- lib_avr32/bootm.c | 2 +- 4 files changed, 87 insertions(+), 84 deletions(-) delete mode 100644 include/asm-avr32/addrspace.h create mode 100644 include/asm-avr32/arch-at32ap700x/addrspace.h
Please provide the patch such that files get renamed, not removed and re-added.
Best regards,
Wolfgang Denk