diff options
author | Ash Charles <ashcharles@gmail.com> | 2014-05-21 14:04:52 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-23 16:12:02 -0400 |
commit | be4cc457b5fd8b14363a777c8d54fd78e649e127 (patch) | |
tree | 027dc8a0ccdb18d1cba07844844b4bcb3b00806f /board/overo/overo.h | |
parent | 06ae2b0ce89d5f0e473c403d91fc741fe2f31eaf (diff) | |
download | u-boot-be4cc457b5fd8b14363a777c8d54fd78e649e127.tar.gz |
Add Board Revision for Wireless chip
Gumstix Overo COMs with board revision 0x4 use a different Wifi and
Bluetooth module: Wi2Wi's W2CBW0015. No other code changes are required
in u-boot---just handling of this particular board revision.
Signed-off-by: Ash Charles <ashcharles@gmail.com>
Diffstat (limited to 'board/overo/overo.h')
-rw-r--r-- | board/overo/overo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/overo/overo.h b/board/overo/overo.h index 64604de1b0..25c9f16f79 100644 --- a/board/overo/overo.h +++ b/board/overo/overo.h @@ -22,6 +22,7 @@ const omap3_sysinfo sysinfo = { #define REVISION_1 0x1 #define REVISION_2 0x2 #define REVISION_3 0x3 +#define REVISION_4 0x4 /* * IEN - Input Enable |