Set the hint for physical address of RSDP in hexadecimal as before r223262.

This commit is contained in:
jkim 2013-08-23 18:52:36 +00:00
parent e796164e5a
commit 0cc58eba5c

View File

@ -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)