forked from len0rd/rockbox
add bootpath to bootdata debug menu
show the full path to the currently booted firmware Change-Id: I9c0b4335ef410a0a5132f1097a29368306497206
This commit is contained in:
parent
8c994db247
commit
3714288f7a
1 changed files with 1 additions and 0 deletions
|
@ -2557,6 +2557,7 @@ static bool dbg_boot_data(void)
|
|||
simplelist_addline("Boot drive: %d", (int)boot_data.boot_drive);
|
||||
simplelist_addline("Boot partition: %d", (int)boot_data.boot_partition);
|
||||
}
|
||||
simplelist_addline("Boot path: %s%s/%s", root_realpath(), BOOTDIR, BOOTFILE);
|
||||
}
|
||||
|
||||
simplelist_addline("Bootdata RAW:");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue