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>
This commit is contained in:
parent
29824c5a4b
commit
5650fbe7f1
|
@ -44,62 +44,8 @@ config DRAM_SIZE_MB
|
||||||
int
|
int
|
||||||
default 256
|
default 256
|
||||||
|
|
||||||
config NR_DRAM_BANKS
|
|
||||||
int
|
|
||||||
default 1
|
|
||||||
|
|
||||||
config BOOTBLOCK_ROM_OFFSET
|
|
||||||
hex
|
|
||||||
default 0x0
|
|
||||||
|
|
||||||
config UART_FOR_CONSOLE
|
config UART_FOR_CONSOLE
|
||||||
int
|
int
|
||||||
default 0
|
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
|
endif # BOARD_TI_BEAGLEBONE
|
||||||
|
|
Loading…
Reference in New Issue