summaryrefslogtreecommitdiff
path: root/src/mainboard/ti
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2015-06-05 21:45:41 -0600
committerEdward O'Callaghan <edward.ocallaghan@koparo.com>2015-06-07 03:01:45 +0200
commit5650fbe7f1e1609126c11eb663ad2cb0944f8700 (patch)
tree3155b959a07f8d676abbc94266cca3768b61a639 /src/mainboard/ti
parent29824c5a4b769092d4b10855ae73b3a92a6b6ba1 (diff)
downloadcoreboot-5650fbe7f1e1609126c11eb663ad2cb0944f8700.tar.xz
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@gmail.com> Reviewed-on: http://review.coreboot.org/10439 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/ti')
-rw-r--r--src/mainboard/ti/beaglebone/Kconfig54
1 files changed, 0 insertions, 54 deletions
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