commit | f5e494460842d26d5b066519dc28b96de2918dab | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Thu Apr 06 11:38:16 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 24 13:18:48 2023 -0400 |
tree | 4df05b1d52e7caed4815855bb7f52f96d19b9049 | |
parent | 2aee173ba0622d49c328566628d5b7dd1cda5811 [diff] |
arm: mach-k3: Move sysfw-loader.h out of mach includes This header is only used locally by K3 init files, no need to have it up with the global mach includes. Move into local includes. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>