* grub-core/loader/arm64/linux.c: Remove redundant "0x".
This commit is contained in:
parent
e4a1fe3919
commit
68f17b2b30
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2014-03-26 Fu Wei <fu.wei@linaro.org>
|
||||||
|
|
||||||
|
* grub-core/loader/arm64/linux.c: Remove redundant "0x".
|
||||||
|
|
||||||
2014-02-28 Vladimir Serbinenko <phcoder@gmail.com>
|
2014-02-28 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* include/grub/i386/openbsd_bootarg.h: Add addr and frequency fields.
|
* include/grub/i386/openbsd_bootarg.h: Add addr and frequency fields.
|
||||||
|
|
|
@ -68,7 +68,7 @@ get_firmware_fdt (void)
|
||||||
if (grub_memcmp (&tables[i].vendor_guid, &fdt_guid, sizeof (fdt_guid)) == 0)
|
if (grub_memcmp (&tables[i].vendor_guid, &fdt_guid, sizeof (fdt_guid)) == 0)
|
||||||
{
|
{
|
||||||
firmware_fdt = tables[i].vendor_table;
|
firmware_fdt = tables[i].vendor_table;
|
||||||
grub_dprintf ("linux", "found registered FDT @ 0x%p\n", firmware_fdt);
|
grub_dprintf ("linux", "found registered FDT @ %p\n", firmware_fdt);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue