1
0
Fork 0
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:
William Wilgus 2024-04-03 15:57:06 -04:00
parent 8c994db247
commit 3714288f7a

View file

@ -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:");