Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 1 | if ROCKCHIP_PX30 |
| 2 | |
| 3 | config TARGET_EVB_PX30 |
| 4 | bool "EVB_PX30" |
| 5 | |
| 6 | config ROCKCHIP_BOOT_MODE_REG |
| 7 | default 0xff010200 |
| 8 | |
| 9 | config SYS_SOC |
| 10 | default "px30" |
| 11 | |
| 12 | config SYS_MALLOC_F_LEN |
| 13 | default 0x400 |
| 14 | |
| 15 | config SPL_SERIAL_SUPPORT |
| 16 | default y |
| 17 | |
| 18 | config TPL_LDSCRIPT |
| 19 | default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds" |
| 20 | |
| 21 | config TPL_TEXT_BASE |
| 22 | default 0xff0e1000 |
| 23 | |
| 24 | config TPL_MAX_SIZE |
| 25 | default 10240 |
| 26 | |
| 27 | config TPL_STACK |
| 28 | default 0xff0e4fff |
| 29 | |
Paul Kocialkowski | 7250b23 | 2019-11-28 15:27:51 +0100 | [diff] [blame] | 30 | config DEBUG_UART_CHANNEL |
| 31 | int "Mux channel to use for debug UART2/UART3" |
Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 32 | depends on DEBUG_UART_BOARD_INIT |
| 33 | default 0 |
| 34 | help |
Paul Kocialkowski | 7250b23 | 2019-11-28 15:27:51 +0100 | [diff] [blame] | 35 | UART2 and UART3 can use two different set of pins to route the output. |
Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 36 | For using the UART for early debugging the route to use needs |
| 37 | to be declared (0 or 1). |
| 38 | |
| 39 | source "board/rockchip/evb_px30/Kconfig" |
| 40 | |
| 41 | endif |