tegra124: remove unneeded debug print in SPI code
This print isn't really useful and consumes a lot of time (~13ms) during copying phases. BUG=none BRANCH=none TEST=Built and booted on Nyan Signed-off-by: David Hendricks <dhendrix@chromium.org> Change-Id: I2f32dc097dd3d2b53edd739124f4317f2f91ad71 Reviewed-on: https://chromium-review.googlesource.com/177833 Reviewed-by: David Hendricks <dhendrix@chromium.org> Commit-Queue: David Hendricks <dhendrix@chromium.org> Tested-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
parent
ebc3d2741d
commit
34a5004026
1 changed files with 0 additions and 1 deletions
|
|
@ -857,7 +857,6 @@ static void *tegra_spi_cbfs_map(struct cbfs_media *media, size_t offset,
|
|||
void *map;
|
||||
DEBUG_SPI("tegra_spi_cbfs_map\n");
|
||||
map = cbfs_simple_buffer_map(&spi->buffer, media, offset, count);
|
||||
printk(BIOS_INFO, "%s: map: 0x%p\n", __func__, map);
|
||||
return map;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue