From 5650fbe7f1e1609126c11eb663ad2cb0944f8700 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 5 Jun 2015 21:45:41 -0600 Subject: mainboard/ti/beaglebone: Remove unused Kconfig symbols MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: http://review.coreboot.org/10439 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Paul Menzel --- src/mainboard/ti/beaglebone/Kconfig | 54 ------------------------------------- 1 file changed, 54 deletions(-) (limited to 'src/mainboard/ti/beaglebone') diff --git a/src/mainboard/ti/beaglebone/Kconfig b/src/mainboard/ti/beaglebone/Kconfig index faaf18e79d..42503fd934 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 -- cgit v1.2.3