[coreboot-gerrit] Patch set updated for coreboot: 8e51d95 usbdebug: Add BeagleBone Black

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Tue Apr 22 13:49:37 CEST 2014


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4289

-gerrit

commit 8e51d95ebfe114fdddf8582f49a2fba59294809a
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Thu Oct 17 18:50:13 2013 +0300

    usbdebug: Add BeagleBone Black
    
    Avoid some confusion as the selection of "BeagleBone" is not compatible
    with the product "BeagleBone Black".
    
    Change-Id: If73f80565cd26d2b41db972b4474ab85b609c1ad
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/drivers/usb/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/drivers/usb/Kconfig b/src/drivers/usb/Kconfig
index 28b95c6..f225ac1 100644
--- a/src/drivers/usb/Kconfig
+++ b/src/drivers/usb/Kconfig
@@ -84,6 +84,11 @@ config USBDEBUG_DONGLE_BEAGLEBONE
 	help
 	  Use this to configure the USB hub on BeagleBone board.
 
+config USBDEBUG_DONGLE_BEAGLEBONE_BLACK
+	bool "BeagleBone Black"
+	help
+	  Use this with BeagleBone Black.
+
 endchoice
 
 config USBDEBUG_OPTIONAL_HUB_PORT



More information about the coreboot-gerrit mailing list