[coreboot-gerrit] New patch to review for coreboot: 860549e usbdebug: Add BeagleBone Black

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Wed Nov 27 16:57:02 CET 2013


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 860549eb12be5a0aeedba2df0f71913b9c526167
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/console/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/console/Kconfig b/src/console/Kconfig
index c23f862..ac3b8a1 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -219,6 +219,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