summaryrefslogtreecommitdiff
path: root/board/congatec
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2023-04-28 12:08:09 +0800
committerStefano Babic <sbabic@denx.de>2023-05-21 16:54:32 +0200
commit99ac6c769f92b29a6317ee6beb239269bc59a82d (patch)
tree82a5ac18ef412c374f62fd04c332c326b2b524b4 /board/congatec
parentbe0ad00409982610a02067c70f09b3a1ac7b5864 (diff)
downloadu-boot-99ac6c769f92b29a6317ee6beb239269bc59a82d.tar.gz
u-boot-99ac6c769f92b29a6317ee6beb239269bc59a82d.tar.bz2
u-boot-99ac6c769f92b29a6317ee6beb239269bc59a82d.zip
imx: move imx8 sci header file to include/firmware/imx
Move imx8 sci header file to include/firmware/imx, then we could use build macro to reuse some i.MX8 drivers for i.MX9, such as drivers/cpu/imx8_cpu.c. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/congatec')
-rw-r--r--board/congatec/cgtqmx8/cgtqmx8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/congatec/cgtqmx8/cgtqmx8.c b/board/congatec/cgtqmx8/cgtqmx8.c
index c0a8a497c7..bedd1e0330 100644
--- a/board/congatec/cgtqmx8/cgtqmx8.c
+++ b/board/congatec/cgtqmx8/cgtqmx8.c
@@ -12,7 +12,7 @@
#include <asm/io.h>
#include <asm/gpio.h>
#include <asm/arch/clock.h>
-#include <asm/arch/sci/sci.h>
+#include <firmware/imx/sci/sci.h>
#include <asm/arch/imx8-pins.h>
#include <usb.h>
#include <asm/arch/iomux.h>