diff --git a/drivers/mtd/spi/ramtron.c b/drivers/mtd/spi/ramtron.c
index 7367e7ab223126669a36643574dd43257f97009e..d50da37c89af4418b5a6ad52c297007f6bb3dfc3 100644
--- a/drivers/mtd/spi/ramtron.c
+++ b/drivers/mtd/spi/ramtron.c
@@ -380,8 +380,7 @@ 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, "");
 	puts("\n");