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

This commit is contained in:
Jung-uk Kim 2013-08-23 18:52:36 +00:00
parent bb6a76ed22
commit ce7707b487
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254733

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)