mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-14 06:26:13 -04:00
beagle: add eeprom expansion board info for bct brettl4
this is for a prototyping board vendor/product ids have been added to http://elinux.org/BeagleBoardPinMux#List_of_Vendor_and_Device_IDs Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
This commit is contained in:
parent
18277f7057
commit
ef88e60902
@ -68,6 +68,7 @@
|
|||||||
#define BBTOYS_VGA 0x02000B00
|
#define BBTOYS_VGA 0x02000B00
|
||||||
#define BBTOYS_LCD 0x03000B00
|
#define BBTOYS_LCD 0x03000B00
|
||||||
#define BCT_BRETTL3 0x01000F00
|
#define BCT_BRETTL3 0x01000F00
|
||||||
|
#define BCT_BRETTL4 0x02000F00
|
||||||
#define BEAGLE_NO_EEPROM 0xffffffff
|
#define BEAGLE_NO_EEPROM 0xffffffff
|
||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
@ -419,6 +420,9 @@ int misc_init_r(void)
|
|||||||
case BCT_BRETTL3:
|
case BCT_BRETTL3:
|
||||||
printf("Recognized bct electronic GmbH brettl3 board\n");
|
printf("Recognized bct electronic GmbH brettl3 board\n");
|
||||||
break;
|
break;
|
||||||
|
case BCT_BRETTL4:
|
||||||
|
printf("Recognized bct electronic GmbH brettl4 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…
x
Reference in New Issue
Block a user