summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/at91sam9260_devices.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-07-18 20:31:38 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-07-18 20:31:51 +0800
commit88618eb5f12c27be7bb4400eb13768e4c2822ae7 (patch)
tree4d8c3ceffada647a63162229459ba0e2aa0e48fb /arch/arm/mach-at91/at91sam9260_devices.c
parentd5b96bdca994ab00de350fe698a7daa09292ab29 (diff)
downloadbarebox-88618eb5f12c27be7bb4400eb13768e4c2822ae7.tar.gz
barebox-88618eb5f12c27be7bb4400eb13768e4c2822ae7.tar.xz
mem: replace DEVFS_RDWR by IORESOURCE_MEM_WRITEABLE
we keep struct memory_platform_data for now on we will switch off the memories resources to struct resource Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/mach-at91/at91sam9260_devices.c')
-rw-r--r--arch/arm/mach-at91/at91sam9260_devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/at91sam9260_devices.c b/arch/arm/mach-at91/at91sam9260_devices.c
index 85f7578cf4..a149ede8a9 100644
--- a/arch/arm/mach-at91/at91sam9260_devices.c
+++ b/arch/arm/mach-at91/at91sam9260_devices.c
@@ -29,7 +29,7 @@ static struct resource sdram_dev_resources[] = {
static struct memory_platform_data sram_pdata = {
.name = "sram0",
- .flags = DEVFS_RDWR,
+ .flags = IORESOURCE_MEM_WRITEABLE,
};
static struct device_d sdram_dev = {