diff options
author | Fabio Estevam <festevam@gmail.com> | 2025-07-23 10:45:57 -0300 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2025-07-24 08:00:28 -0300 |
commit | e01fa565dfbbda68b1fb3cfe62abc02a720f37be (patch) | |
tree | 5cce047fd9bfe3ffc7e633b8e5b10918863dc59c | |
parent | 98eae17dd34173753318c655a62d04fdf9d78aa8 (diff) |
imx93_evk: Remove PMIC and USB header files
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>
-rw-r--r-- | board/freescale/imx93_evk/imx93_evk.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/freescale/imx93_evk/imx93_evk.c b/board/freescale/imx93_evk/imx93_evk.c index d84d56be5e1..d62f94dc418 100644 --- 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; |