diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-17 09:37:37 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-04 11:36:19 +0200 |
commit | 1ffcb346926ac43b480b0829e7f7196c765d7d98 (patch) | |
tree | cc6d9d86bd6939e4bc05e05b1be087b339781395 /board/ti/beagle/beagle.h | |
parent | b16603146ae2f02ecfa3a08a2aca7eaabbf58bb2 (diff) | |
download | u-boot-imx-1ffcb346926ac43b480b0829e7f7196c765d7d98.zip u-boot-imx-1ffcb346926ac43b480b0829e7f7196c765d7d98.tar.gz u-boot-imx-1ffcb346926ac43b480b0829e7f7196c765d7d98.tar.bz2 |
beagleboard: add support for xM revision C
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'board/ti/beagle/beagle.h')
-rw-r--r-- | board/ti/beagle/beagle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/beagle/beagle.h b/board/ti/beagle/beagle.h index a7401b1..04247cd 100644 --- a/board/ti/beagle/beagle.h +++ b/board/ti/beagle/beagle.h @@ -39,6 +39,7 @@ const omap3_sysinfo sysinfo = { #define REVISION_C4 0x5 #define REVISION_XM_A 0x0 #define REVISION_XM_B 0x1 +#define REVISION_XM_C 0x2 /* * IEN - Input Enable |