Convert the NAND driver to platform_driver, allow tgz image to be built correctly
[openwrt.git] / target / linux / rb532-2.6 / files / arch / mips / rb500 / devices.c
index 61250f9..be40106 100644 (file)
@@ -128,6 +128,8 @@ static struct platform_device cf_slot0 = {
 static struct resource nand_slot0_res[] = {
        {
                .name = "nand_membase",
+               .start = 0x18a20000,
+               .end = (0x18a20000+0x1000)-1,
                .flags = IORESOURCE_MEM 
        }
 };