Skip to content
Snippets Groups Projects
Commit adbb5860 authored by Jagan Teki's avatar Jagan Teki
Browse files

sf: ramtron: Remove page_size print


There is no page_size for ramtron flashes,
so just print the detected flash and it's size.

Signed-off-by: default avatarJagannadha Sutradharudu Teki <jaganna@xilinx.com>
parent ce22b922
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment