]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrs...
authorOlav Morken <olavmrk@gmail.com>
Fri, 23 Jan 2009 11:56:28 +0000 (12:56 +0100)
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Mon, 23 Feb 2009 09:34:24 +0000 (10:34 +0100)
commita38de083d2979db3680f0d0978c509a172c8fa00
treeb23c243d2d3b350360be81bb63cd62900a770f29
parentd8f2aa3298610b44127dbc4796d8038aa5847e0b
AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h

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>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
include/asm-avr32/arch-at32ap700x/addrspace.h [moved from include/asm-avr32/addrspace.h with 63% similarity]
include/asm-avr32/io.h
lib_avr32/bootm.c