]> git.sur5r.net Git - u-boot/blobdiff - drivers/mtd/spi/ramtron.c
sf: Add dual memories support - DUAL_PARALLEL
[u-boot] / drivers / mtd / spi / ramtron.c
index c9701d05b34c353ea55b1fedefc4ca25872e632d..d50da37c89af4418b5a6ad52c297007f6bb3dfc3 100644 (file)
@@ -36,7 +36,7 @@
 #include <common.h>
 #include <malloc.h>
 #include <spi_flash.h>
-#include "spi_flash_internal.h"
+#include "sf_internal.h"
 
 /*
  * Properties of supported FRAMs
@@ -380,11 +380,8 @@ struct spi_flash *spi_flash_probe(unsigned int bus, unsigned int cs,
                goto err_manufacturer_probe;
        }
 
-       printf("SF: Detected %s with page size ", flash->name);
-       print_size(flash->sector_size, ", total ");
+       printf("SF: Detected %s with total size ", flash->name);
        print_size(flash->size, "");
-       if (flash->memory_map)
-               printf(", mapped at %p", flash->memory_map);
        puts("\n");
 
        spi_release_bus(spi);