]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: imx: Drop custom lowlevel_init
authorMarek Vasut <marex@denx.de>
Thu, 22 Dec 2022 00:46:36 +0000 (01:46 +0100)
committerStefano Babic <sbabic@denx.de>
Tue, 31 Jan 2023 14:46:39 +0000 (15:46 +0100)
commitae237b1e62d9f97125990c09d3320d853bb70412
tree40c59ba9f49cbe36aee5b65a76491e0e0101f443
parent11a1a3b73d2e3ad08cd60936da7f4ebcd2ae8e0d
arm: imx: Drop custom lowlevel_init

The custom lowlevel_init implementation is no longer necessary, since
it is responsible for routing and trapping SErrors in U-Boot in EL2,
which is implemented in common code since commit:
6c7691edd55 ("armv8: Always unmask SErrors")

Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/lowlevel.S [deleted file]