diff options
| author | Tom Rini <[email protected]> | 2020-07-20 09:25:32 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-07-20 09:25:32 -0400 |
| commit | 7303ba10a4a39852b9ba356fae5656b43122eec6 (patch) | |
| tree | 4546d038f3daf513996fa0590f83274c01c3c501 /drivers | |
| parent | 49cf75101db58ad3540d8de6749cf0c1d780dc76 (diff) | |
| parent | 2a3d9a7af9b3f7abad4d1bc4d40f1d665a54da8f (diff) | |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
- dm: core: Don't show an ACPI warning if there is no ordering
- x86: Enhance MTRR functionality to support multiple CPUs
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/core/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/core/acpi.c b/drivers/core/acpi.c index cdbc2c5cf5b..7fe93992b5f 100644 --- a/drivers/core/acpi.c +++ b/drivers/core/acpi.c @@ -195,7 +195,7 @@ static int sort_acpi_item_type(struct acpi_ctx *ctx, void *start, "u-boot,acpi-dsdt-order" : "u-boot,acpi-ssdt-order", &size); if (!order) { - log_warning("Failed to find ordering, leaving as is\n"); + log_debug("Failed to find ordering, leaving as is\n"); return 0; } |
