Replace hardcoded values with their correct definitions
[openwrt/svn-archive/archive.git] / target / linux / adm5120-2.6 / files / arch / mips / adm5120 / platform.c
index 44598825d9e572db159518a9a923470293a172ec..d0fa1f0bc8ecb161a35cdf0d4c7a19cf55364e59 100644 (file)
@@ -114,7 +114,7 @@ struct platform_device adm5120_flash1_device =      {
 struct resource adm5120_nand_resource[] = {
        [0] = {
                .start  = ADM5120_SRAM1_BASE,
-               .end    = ADM5120_SRAM1_BASE+0x1000-1,
+               .end    = ADM5120_SRAM1_BASE+ADM5120_MPMC_SIZE-1,
                .flags  = IORESOURCE_MEM,
        },
 };