Kimarie Hoot (kimarie.hoot@se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10671
-gerrit
commit 9acbd27c9d2aee4718857a2175a4dfb06dcd8ab6 Author: Kimarie Hoot kimarie.hoot@se-eng.com Date: Tue Jun 23 16:45:10 2015 -0600
hp/pavilion_m6_1035dx: Remove 'select USBDEBUG_IN_ROMSTAGE'
Since USBDEBUG is not selected by this platform, there is no benefit to selecting USBDEBUG_IN_ROMSTAGE in the mainboard Kconfig. Further, using a 'select' for USBDEBUG_IN_ROMSTAGE prevents the value from being modified by a user in menuconfig.
Change-Id: I67b71a724a8614882cff4bb43b042f0c092d11d2 Signed-off-by: Kimarie Hoot kimarie.hoot@se-eng.com --- src/mainboard/hp/pavilion_m6_1035dx/Kconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/mainboard/hp/pavilion_m6_1035dx/Kconfig b/src/mainboard/hp/pavilion_m6_1035dx/Kconfig index a380b70..e930667 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/Kconfig +++ b/src/mainboard/hp/pavilion_m6_1035dx/Kconfig @@ -35,7 +35,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select BOARD_ROMSIZE_KB_4096 select GFXUMA select UDELAY_LAPIC - select USBDEBUG_IN_ROMSTAGE select NO_UART_ON_SUPERIO
config MAINBOARD_DIR