diff options
Diffstat (limited to 'board/omap3/beagle/beagle.h')
-rw-r--r-- | board/omap3/beagle/beagle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/omap3/beagle/beagle.h b/board/omap3/beagle/beagle.h index 6511ffa..3f2a4dc 100644 --- a/board/omap3/beagle/beagle.h +++ b/board/omap3/beagle/beagle.h @@ -36,6 +36,8 @@ const omap3_sysinfo sysinfo = { #endif }; +#define BOARD_REVISION_MASK (0x1 << 11) + /* * IEN - Input Enable * IDIS - Input Disable |