]> Git Repo - u-boot.git/blobdiff - lib/acpi/acpi_table.c
acpi: Add an acpi command
[u-boot.git] / lib / acpi / acpi_table.c
index e86df76e2d7be01bf2f70c94032a5ac4449a60e7..1c253af3bfd122ac448bc0daacb18701140db5e8 100644 (file)
@@ -240,6 +240,7 @@ void acpi_setup_base_tables(struct acpi_ctx *ctx, void *start)
 
        /* Align ACPI tables to 16 byte */
        acpi_align(ctx);
+       gd->arch.acpi_start = map_to_sysmem(ctx->current);
 
        /* We need at least an RSDP and an RSDT Table */
        ctx->rsdp = ctx->current;
This page took 0.025272 seconds and 4 git commands to generate.