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>
This commit is contained in:
committed by
Stefano Babic
parent
8e290150e3
commit
de20c5d405
@@ -146,7 +146,7 @@ struct rproc_att {
|
||||
u32 size; /* size of reg range */
|
||||
};
|
||||
|
||||
#if defined(CONFIG_IMX8M) || defined(CONFIG_IMX8ULP)
|
||||
#if defined(CONFIG_IMX8_ROMAPI)
|
||||
struct rom_api {
|
||||
u16 ver;
|
||||
u16 tag;
|
||||
|
||||
Reference in New Issue
Block a user