git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98eae17
)
imx93_evk: Remove PMIC and USB header files
author
Fabio Estevam
<festevam@gmail.com>
Wed, 23 Jul 2025 13:45:57 +0000
(10:45 -0300)
committer
Fabio Estevam
<festevam@gmail.com>
Thu, 24 Jul 2025 11:00:28 +0000
(08:00 -0300)
There is no PMIC and USB related C code in this file.
Remove these unneeded header files.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
board/freescale/imx93_evk/imx93_evk.c
patch
|
blob
|
history
diff --git
a/board/freescale/imx93_evk/imx93_evk.c
b/board/freescale/imx93_evk/imx93_evk.c
index
d84d56b
..
d62f94d
100644
(file)
--- a/
board/freescale/imx93_evk/imx93_evk.c
+++ b/
board/freescale/imx93_evk/imx93_evk.c
@@
-13,11
+13,8
@@
#include <asm/arch/sys_proto.h>
#include <asm/arch-imx9/imx93_pins.h>
#include <asm/arch/clock.h>
-#include <power/pmic.h>
#include <dm/device.h>
#include <dm/uclass.h>
-#include <usb.h>
-#include <dwc3-uboot.h>
DECLARE_GLOBAL_DATA_PTR;