summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/px30/Kconfig
blob: f5373c6f9f0a063ef4a39e67dad3f73585e69f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
if ROCKCHIP_PX30

config TARGET_EVB_PX30
	bool "EVB_PX30"

config TARGET_ODROID_GO2
	bool "ODROID_GO2"

config ROCKCHIP_BOOT_MODE_REG
	default 0xff010200

config SYS_SOC
	default "px30"

config SYS_MALLOC_F_LEN
	default 0x400

config SPL_SERIAL_SUPPORT
	default y

config TPL_LDSCRIPT
	default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds"

config TPL_TEXT_BASE
	default 0xff0e1000

config TPL_MAX_SIZE
	default 10240

config TPL_STACK
	default 0xff0e4fff

config DEBUG_UART_CHANNEL
	int "Mux channel to use for debug UART2/UART3"
	depends on DEBUG_UART_BOARD_INIT
	default 0
	help
	  UART2 and UART3 can use two different set of pins to route the output.
	  For using the UART for early debugging the route to use needs
	  to be declared (0 or 1).

source "board/hardkernel/odroid_go2/Kconfig"
source "board/rockchip/evb_px30/Kconfig"

endif