1 ## SPDX-License-Identifier: GPL-2.0-only
3 if BOARD_PINE64_ROCKPRO64
5 config BOARD_SPECIFIC_OPTIONS
7 select BOARD_ROMSIZE_KB_16384
8 select COMMON_CBFS_SPI_WRAPPER
9 select SOC_ROCKCHIP_RK3399
11 select SPI_FLASH_GIGADEVICE
14 default "pine64/rockpro64"
16 config BOOT_DEVICE_SPI_FLASH_BUS
20 config CONSOLE_SERIAL_UART_ADDRESS
22 depends on DRIVERS_UART
25 ##########################################################
26 #### Update below when adding a new derivative board. ####
27 ##########################################################
29 config MAINBOARD_PART_NUMBER
30 default "ROCKPro64" if BOARD_PINE64_ROCKPRO64
31 endif # BOARD_PINE64_ROCKPRO64