]> Git Repo - J-u-boot.git/blobdiff - lib/acpi/base.c
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsung
[J-u-boot.git] / lib / acpi / base.c
index 07b53e0c5614ede9c7dcbd7b0e5cf4027cf9d590..8b6af2bc43a9a3ff8ae323c546c8e879f96dc211 100644 (file)
@@ -24,10 +24,10 @@ void acpi_write_rsdp(struct acpi_rsdp *rsdp, struct acpi_rsdt *rsdt,
        memcpy(rsdp->oem_id, OEM_ID, 6);
 
        if (rsdt)
-               rsdp->rsdt_address = map_to_sysmem(rsdt);
+               rsdp->rsdt_address = nomap_to_sysmem(rsdt);
 
        if (xsdt)
-               rsdp->xsdt_address = map_to_sysmem(xsdt);
+               rsdp->xsdt_address = nomap_to_sysmem(xsdt);
 
        rsdp->length = sizeof(struct acpi_rsdp);
        rsdp->revision = ACPI_RSDP_REV_ACPI_2_0;
This page took 0.024373 seconds and 4 git commands to generate.