mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ARM: S3C24XX: Use common macro to define resources on mach-amlm5900.c
Cc: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
16b742f59c
commit
7d4aa909c8
1 changed files with 2 additions and 7 deletions
|
@ -65,13 +65,8 @@
|
|||
|
||||
#include "common.h"
|
||||
|
||||
static struct resource amlm5900_nor_resource = {
|
||||
.start = 0x00000000,
|
||||
.end = 0x01000000 - 1,
|
||||
.flags = IORESOURCE_MEM,
|
||||
};
|
||||
|
||||
|
||||
static struct resource amlm5900_nor_resource =
|
||||
DEFINE_RES_MEM(0x00000000, SZ_16M);
|
||||
|
||||
static struct mtd_partition amlm5900_mtd_partitions[] = {
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue