Skip to content
Snippets Groups Projects
Commit 4e012e5f authored by Arno Steffen's avatar Arno Steffen Committed by Tony Lindgren
Browse files

OMAP3: fix typo in OMAP3_IVA_MASK


OMAP3_IVA_MASK should use OMAP3_IVA_SHIFT instead of OMAP3_SGX_SHIFT

Signed-off-by: default avatarArno Steffen <arno.steffen@googlemail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 6d38c4b4
No related branches found
No related tags found
No related merge requests found
......@@ -315,7 +315,7 @@
#define FEAT_SGX_NONE 2
#define OMAP3_IVA_SHIFT 12
#define OMAP3_IVA_MASK (1 << OMAP3_SGX_SHIFT)
#define OMAP3_IVA_MASK (1 << OMAP3_IVA_SHIFT)
#define FEAT_IVA 0
#define FEAT_IVA_NONE 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment