mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
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: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
parent
ce22b922dd
commit
adbb5860e5
1 changed files with 1 additions and 2 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue