Set the hint for physical address of RSDP in hexadecimal as before r223262.
This commit is contained in:
parent
e796164e5a
commit
0cc58eba5c
@ -61,7 +61,7 @@ biosacpi_detect(void)
|
||||
return;
|
||||
|
||||
/* export values from the RSDP */
|
||||
sprintf(buf, "%u", VTOP(rsdp));
|
||||
sprintf(buf, "0x%08x", VTOP(rsdp));
|
||||
setenv("hint.acpi.0.rsdp", buf, 1);
|
||||
revision = rsdp->Revision;
|
||||
if (revision == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user