]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/cramfs.c
flash: complete CONFIG_SYS_NO_FLASH move with renaming
[people/ms/u-boot.git] / cmd / cramfs.c
index c1034916c600bda104df6073e75a52ae4ec55679..965ca4e60ddf5813a545baec7bd2df59264215ae 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <flash.h>
 
-#ifdef CONFIG_SYS_NO_FLASH
+#ifndef CONFIG_MTD_NOR_FLASH
 # define OFFSET_ADJUSTMENT     0
 #else
 # define OFFSET_ADJUSTMENT     (flash_info[id.num].start[0])