commit | f37611d09f85a73a669db7890637880f5da8370e | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Dec 22 01:46:36 2022 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jan 31 15:46:39 2023 +0100 |
tree | 40c59ba9f49cbe36aee5b65a76491e0e0101f443 | |
parent | 3589e0c06162286ac714638e20ca8505fa476a24 [diff] |
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>