tegra132: update MTS version formatting
Nvidia tracks their MTS versions using decimals. Update the format so there isn't an extra step in communicating versions while debugging things. BUG=chrome-os-partner:31864 BRANCH=None TEST=Booted and confirmed decimal print out. Change-Id: Ia7d0bc49318a4b4c969ee37e762e084ec65de543 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/217260 Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
080c839c1c
commit
b7deb04a1d
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ static void tegra132_init(void *chip_info)
|
|||
printk(BIOS_INFO, "chip %x rev %02x.%x\n",
|
||||
rev.chip_id, rev.major, rev.minor);
|
||||
|
||||
printk(BIOS_INFO, "MTS build %08x\n", raw_read_aidr_el1());
|
||||
printk(BIOS_INFO, "MTS build %u\n", raw_read_aidr_el1());
|
||||
}
|
||||
|
||||
struct chip_operations soc_nvidia_tegra132_ops = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue