]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx: ahab: Move imx9 and imx8ulp AHAB support together
authorYe Li <ye.li@nxp.com>
Mon, 30 Jan 2023 10:39:52 +0000 (18:39 +0800)
committerStefano Babic <sbabic@denx.de>
Wed, 29 Mar 2023 20:27:38 +0000 (22:27 +0200)
commit07816f086c04d96aa5656c2c957c16b8c0d6398d
tree83bf4dc73b27dfa0513ee561fd055d6f63b5f0c9
parent619d0c2c188e83ad70266b3b4e9bcbfae1e21063
imx: ahab: Move imx9 and imx8ulp AHAB support together

Use common file ele_ahab.c for i.MX9 and iMX8ULP AHAB support, since
both of them use same sentinel ELE APIs

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/include/asm/arch-imx8ulp/imx-regs.h
arch/arm/include/asm/arch-imx9/imx-regs.h
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/ele_ahab.c [moved from arch/arm/mach-imx/imx9/ahab.c with 99% similarity]
arch/arm/mach-imx/imx8ulp/ahab.c [deleted file]
arch/arm/mach-imx/imx9/Makefile