]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Don't show an ACPI warning if there is no ordering
authorSimon Glass <sjg@chromium.org>
Fri, 17 Jul 2020 14:49:25 +0000 (08:49 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 20 Jul 2020 01:46:42 +0000 (09:46 +0800)
commit02b735e3e60126da2b1bbada88c40f4fef4653b1
tree8f7bbbf95b317aedfeab011fbdc420f19154f590
parent16c58ea5ff5ed16649fe7fb1000f2de7729ae3f6
dm: core: Don't show an ACPI warning if there is no ordering

Some boards don't care about the ordering of ACPI code fragments. Change
the warning to a debug message.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
drivers/core/acpi.c