beagle: add eeprom expansion board info for bct brettl3
this is for a prototyping board vendor/product ids have been added to http://elinux.org/BeagleBoardPinMux#List_of_Vendor_and_Device_IDs
This commit is contained in:
parent
86887f8ea1
commit
6cce55047c
@ -71,6 +71,7 @@ extern volatile struct ehci_hcor *hcor;
|
|||||||
#define BBTOYS_WIFI 0x01000B00
|
#define BBTOYS_WIFI 0x01000B00
|
||||||
#define BBTOYS_VGA 0x02000B00
|
#define BBTOYS_VGA 0x02000B00
|
||||||
#define BBTOYS_LCD 0x03000B00
|
#define BBTOYS_LCD 0x03000B00
|
||||||
|
#define BCT_BRETTL3 0x01000F00
|
||||||
#define BEAGLE_NO_EEPROM 0xffffffff
|
#define BEAGLE_NO_EEPROM 0xffffffff
|
||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
@ -379,6 +380,9 @@ int misc_init_r(void)
|
|||||||
case BBTOYS_LCD:
|
case BBTOYS_LCD:
|
||||||
printf("Recognized BeagleBoardToys LCD board\n");
|
printf("Recognized BeagleBoardToys LCD board\n");
|
||||||
break;;
|
break;;
|
||||||
|
case BCT_BRETTL3:
|
||||||
|
printf("Recognized bct electronic GmbH brettl3 board\n");
|
||||||
|
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