aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-06-22 10:38:40 +0200
committerNico Huber <nico.h@gmx.de>2024-06-22 09:21:27 +0000
commita93b5c84680e8a18610aefed528d3b646365c858 (patch)
treee00361755f4c92c3f2f1cdd91549589c529f28cb /src
parentda336cd5c61b3ec137ec21d059aa36b9f8e80269 (diff)
mb/emulation/qemu-riscv/cbmem.c: Fix device_tree.h include
Change-Id: I0b49ff8b6275fdde326c79ec21c34faa03094f9e Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83160 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/emulation/qemu-riscv/cbmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-riscv/cbmem.c b/src/mainboard/emulation/qemu-riscv/cbmem.c
index 8c37957dd8..3e114159b6 100644
--- a/src/mainboard/emulation/qemu-riscv/cbmem.c
+++ b/src/mainboard/emulation/qemu-riscv/cbmem.c
@@ -3,7 +3,7 @@
#include <cbmem.h>
#include <symbols.h>
#include <ramdetect.h>
-#include <device_tree.h>
+#include <commonlib/device_tree.h>
#include <mcall.h>
uintptr_t cbmem_top_chipset(void)