mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 21:54:37 +08:00
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>
This commit is contained in:
parent
ff229ecf8b
commit
8a1f2dc081
@ -72,6 +72,7 @@
|
|||||||
#define BBTOYS_LCD 0x03000B00
|
#define BBTOYS_LCD 0x03000B00
|
||||||
#define BCT_BRETTL3 0x01000F00
|
#define BCT_BRETTL3 0x01000F00
|
||||||
#define BCT_BRETTL4 0x02000F00
|
#define BCT_BRETTL4 0x02000F00
|
||||||
|
#define LSR_COM6L_ADPT 0x01001300
|
||||||
#define BEAGLE_NO_EEPROM 0xffffffff
|
#define BEAGLE_NO_EEPROM 0xffffffff
|
||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
@ -462,6 +463,11 @@ int misc_init_r(void)
|
|||||||
case BCT_BRETTL4:
|
case BCT_BRETTL4:
|
||||||
printf("Recognized bct electronic GmbH brettl4 board\n");
|
printf("Recognized bct electronic GmbH brettl4 board\n");
|
||||||
break;
|
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:
|
case BEAGLE_NO_EEPROM:
|
||||||
printf("No EEPROM on expansion board\n");
|
printf("No EEPROM on expansion board\n");
|
||||||
setenv("buddy", "none");
|
setenv("buddy", "none");
|
||||||
|
Loading…
Reference in New Issue
Block a user