]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - fs/cramfs/cramfs.c
flash: complete CONFIG_SYS_NO_FLASH move with renaming
[people/ms/u-boot.git] / fs / cramfs / cramfs.c
index fd8e4ef31e6b7c42d589b3a62726ebbc025ceccc..05ed27240a1a1dd7dd6c79766c95e93205f24975 100644 (file)
@@ -41,7 +41,7 @@ struct cramfs_super super;
 
 /* CPU address space offset calculation macro, struct part_info offset is
  * device address space offset, so we need to shift it by a device start address. */
-#if !defined(CONFIG_SYS_NO_FLASH)
+#if defined(CONFIG_MTD_NOR_FLASH)
 extern flash_info_t flash_info[];
 #define PART_OFFSET(x) ((ulong)x->offset + \
                         flash_info[x->dev->id->num].start[0])