diff options
Diffstat (limited to 'drivers/mtd/nand/nand.c')
| -rw-r--r-- | drivers/mtd/nand/nand.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/mtd/nand/nand.c b/drivers/mtd/nand/nand.c index 9065fa91c..47d6872fd 100644 --- a/drivers/mtd/nand/nand.c +++ b/drivers/mtd/nand/nand.c @@ -54,8 +54,10 @@ static void nand_init_chip(struct mtd_info *mtd, struct nand_chip *nand,  		if (nand_scan(mtd, maxchips) == 0) {  			if (!mtd->name)  				mtd->name = (char *)default_nand_name; +#ifndef CONFIG_RELOC_FIXUP_WORKS  			else  				mtd->name += gd->reloc_off; +#endif  #ifdef CONFIG_MTD_DEVICE  			/* |