From 771103a8f2f13d99ec03577af8c713313f0b695e Mon Sep 17 00:00:00 2001 From: Bastian Hecht Date: Tue, 27 Sep 2011 13:23:04 +0200 Subject: [PATCH] --- yaml --- r: 274260 b: refs/heads/master c: 832217daec1aa8683c037e8e0e0b910ea24fbca5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-shmobile/board-ap4evb.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ac673b23640f..fef77ee1dfd6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 487881c09b3a34735b0d1c71666703b8f0f10d8f +refs/heads/master: 832217daec1aa8683c037e8e0e0b910ea24fbca5 diff --git a/trunk/arch/arm/mach-shmobile/board-ap4evb.c b/trunk/arch/arm/mach-shmobile/board-ap4evb.c index 5b7edadf4647..7283d6913fbf 100644 --- a/trunk/arch/arm/mach-shmobile/board-ap4evb.c +++ b/trunk/arch/arm/mach-shmobile/board-ap4evb.c @@ -200,8 +200,8 @@ static struct physmap_flash_data nor_flash_data = { static struct resource nor_flash_resources[] = { [0] = { - .start = 0x00000000, - .end = 0x08000000 - 1, + .start = 0x20000000, /* CS0 shadow instead of regular CS0 */ + .end = 0x28000000 - 1, /* needed by USB MASK ROM boot */ .flags = IORESOURCE_MEM, } };