commit | 381aa9e50e34e7f0eed413dfdbfc52705013fc28 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Mon Jun 20 10:53:18 2022 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jul 25 15:35:34 2022 +0200 |
tree | a476c0610a9b8541449de2e4e7391ae6c287aa0c | |
parent | 120cb852835c4aa81fafc244912d5d5803bbe9ee [diff] |
imx8: sys_proto.h: change guard logic around ROM API This exposes the struct rom_api, the g_rom_api variable declaration and the associated #defines to slightly fewer boards: namely, those IMX8M which are not IMX8MN or IMX8MP. But the latter two are the only IMX8M* ones where the g_rom_api variable is defined (in imx8m/soc.c), so that should be fine. Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>