All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] beagle: add eeprom expansion board info for bct brettl4
@ 2012-06-28 15:38 Peter Meerwald
  0 siblings, 0 replies; only message in thread
From: Peter Meerwald @ 2012-06-28 15:38 UTC (permalink / raw)
  To: u-boot

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>
---
 board/ti/beagle/beagle.c |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
index 9edd3c5..2ef2290 100644
--- a/board/ti/beagle/beagle.c
+++ b/board/ti/beagle/beagle.c
@@ -68,6 +68,7 @@
 #define BBTOYS_VGA			0x02000B00
 #define BBTOYS_LCD			0x03000B00
 #define BCT_BRETTL3			0x01000F00
+#define BCT_BRETTL4			0x02000F00
 #define BEAGLE_NO_EEPROM		0xffffffff
 
 DECLARE_GLOBAL_DATA_PTR;
@@ -417,8 +418,11 @@ int misc_init_r(void)
 		printf("Recognized BeagleBoardToys LCD board\n");
 		break;;
 	case BCT_BRETTL3:
-	    printf("Recognized bct electronic GmbH brettl3 board\n");
-	    break;
+		printf("Recognized bct electronic GmbH brettl3 board\n");
+		break;
+	case BCT_BRETTL4:
+		printf("Recognized bct electronic GmbH brettl4 board\n");
+		break;
 	case BEAGLE_NO_EEPROM:
 		printf("No EEPROM on expansion board\n");
 		setenv("buddy", "none");
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-28 15:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-28 15:38 [U-Boot] [PATCH] beagle: add eeprom expansion board info for bct brettl4 Peter Meerwald

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.