[coreboot-gerrit] New patch to review for coreboot: 01aefe5 mainboard/ti/beaglebone: Remove unused Kconfig symbols

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Sat Jun 6 05:55:42 CEST 2015


Martin Roth (gaumless at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10439

-gerrit

commit 01aefe522c9630caca4a5ddd96262519d3ef260d
Author: Martin Roth <gaumless at gmail.com>
Date:   Fri Jun 5 21:45:41 2015 -0600

    mainboard/ti/beaglebone: Remove unused Kconfig symbols
    
    Cleaning up unused Kconfig symbols. These symbols are not used anywhere
    in the coreboot tree as far as I can tell.
    
    Change-Id: I4d0b9512a784083dd134a8706b3bd8eca2a3a909
    Signed-off-by: Martin Roth <gaumless at gmail.com>
---
 src/mainboard/ti/beaglebone/Kconfig | 54 -------------------------------------
 1 file changed, 54 deletions(-)

diff --git a/src/mainboard/ti/beaglebone/Kconfig b/src/mainboard/ti/beaglebone/Kconfig
index faaf18e..42503fd 100644
--- a/src/mainboard/ti/beaglebone/Kconfig
+++ b/src/mainboard/ti/beaglebone/Kconfig
@@ -44,62 +44,8 @@ config DRAM_SIZE_MB
 	int
 	default 256
 
-config NR_DRAM_BANKS
-	int
-	default 1
-
-config BOOTBLOCK_ROM_OFFSET
-	hex
-	default 0x0
-
 config UART_FOR_CONSOLE
 	int
 	default 0
 
-#################################################################
-#   stuff from smdk5250.h                                       #
-#   FIXME: can we move some of these to exynos5250's Kconfig?   #
-#################################################################
-config SYS_I2C_SPEED
-	int
-	default 100000
-
-config I2C_MULTI_BUS
-	bool
-	default y
-
-#FIXME: get proper voltages
-
-config VDD_ARM_MV
-	int
-	default 1300	#1.3V
-
-config VDD_INT_UV
-	int
-	default 1012500	# 1.0125v
-
-config VDD_MIF_MV
-	int
-	default 1000	# 1.0v
-
-config VDD_G3D_MV
-	int
-	default 1200	# 1.2v
-
-config VDD_LDO2_MV
-	int
-	default 1500	# 1.5v
-
-config VDD_LDO3_MV
-	int
-	default 1800	# 1.8v
-
-config VDD_LDO5_MV
-	int
-	default 1800	# 1.8v
-
-config VDD_LDO10_MV
-	int
-	default 1800	# 1.8v
-
 endif # BOARD_TI_BEAGLEBONE



More information about the coreboot-gerrit mailing list