rockchip: board: add Hardkernel Odroid Go2 board
[platform/kernel/u-boot.git] / arch / arm / mach-rockchip / px30 / Kconfig
1 if ROCKCHIP_PX30
2
3 config TARGET_EVB_PX30
4         bool "EVB_PX30"
5
6 config TARGET_ODROID_GO2
7         bool "ODROID_GO2"
8
9 config ROCKCHIP_BOOT_MODE_REG
10         default 0xff010200
11
12 config SYS_SOC
13         default "px30"
14
15 config SYS_MALLOC_F_LEN
16         default 0x400
17
18 config SPL_SERIAL_SUPPORT
19         default y
20
21 config TPL_LDSCRIPT
22         default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds"
23
24 config TPL_TEXT_BASE
25         default 0xff0e1000
26
27 config TPL_MAX_SIZE
28         default 10240
29
30 config TPL_STACK
31         default 0xff0e4fff
32
33 config DEBUG_UART_CHANNEL
34         int "Mux channel to use for debug UART2/UART3"
35         depends on DEBUG_UART_BOARD_INIT
36         default 0
37         help
38           UART2 and UART3 can use two different set of pins to route the output.
39           For using the UART for early debugging the route to use needs
40           to be declared (0 or 1).
41
42 source "board/hardkernel/odroid_go2/Kconfig"
43 source "board/rockchip/evb_px30/Kconfig"
44
45 endif