diff options
Diffstat (limited to 'arch/arm/mach-shmobile/board-ap4evb.c')
| -rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index a3aa0f6df96..4c865ece9ac 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c @@ -201,7 +201,7 @@ static struct physmap_flash_data nor_flash_data = {  static struct resource nor_flash_resources[] = {  	[0]	= {  		.start	= 0x20000000, /* CS0 shadow instead of regular CS0 */ -		.end	= 0x28000000 - 1, /* needed by USB MASK ROM boot */		 +		.end	= 0x28000000 - 1, /* needed by USB MASK ROM boot */  		.flags	= IORESOURCE_MEM,  	}  };  |