mb/lenovo/g505s/acpi/ec.asl: Correct the path to "mainboard.h"
Change-Id: I273e29a26cf1c1ba34b95eb11bcb59a1360371e1 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61921 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
6d508dfc2d
commit
d08a76e3ea
|
@ -1,7 +1,7 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
/* Defines EC bits specific to the mainboard, needed by EC ASL */
|
||||
#include "mainboard.h"
|
||||
#include "../mainboard.h"
|
||||
|
||||
/* ACPI code for EC functions */
|
||||
#include <ec/compal/ene932/acpi/ec.asl>
|
||||
|
|
Loading…
Reference in New Issue