summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorrobertcnelson@gmail.com <robertcnelson@gmail.com>2013-02-04 06:03:30 +0000
committerTom Rini <trini@ti.com>2013-02-18 13:48:04 -0500
commit8a1f2dc0818771cfe5e5e6de97e6a0a8b0604062 (patch)
tree62b49307a74c3f0919b52b72541ab8850da3b930 /board
parentff229ecf8b4e5379d32c74f0486c2285e2ee27d4 (diff)
downloadtalos-obmc-uboot-8a1f2dc0818771cfe5e5e6de97e6a0a8b0604062.tar.gz
talos-obmc-uboot-8a1f2dc0818771cfe5e5e6de97e6a0a8b0604062.zip
beagle: expansion boards: add LSR COM6L adapter
http://www.lsr.com/wireless-products/com6l The eeprom on this expansion board requires 16bit addressing. Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
Diffstat (limited to 'board')
-rw-r--r--board/ti/beagle/beagle.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
index 9493c6b492..58bd556208 100644
--- a/board/ti/beagle/beagle.c
+++ b/board/ti/beagle/beagle.c
@@ -72,6 +72,7 @@
#define BBTOYS_LCD 0x03000B00
#define BCT_BRETTL3 0x01000F00
#define BCT_BRETTL4 0x02000F00
+#define LSR_COM6L_ADPT 0x01001300
#define BEAGLE_NO_EEPROM 0xffffffff
DECLARE_GLOBAL_DATA_PTR;
@@ -462,6 +463,11 @@ int misc_init_r(void)
case BCT_BRETTL4:
printf("Recognized bct electronic GmbH brettl4 board\n");
break;
+ case LSR_COM6L_ADPT:
+ printf("Recognized LSR COM6L Adapter Board\n");
+ MUX_BBTOYS_WIFI()
+ setenv("buddy", "lsr-com6l-adpt");
+ break;
case BEAGLE_NO_EEPROM:
printf("No EEPROM on expansion board\n");
setenv("buddy", "none");
OpenPOWER on IntegriCloud