- BOARD_MAINTAINER must exist - Every board file needs some variables defined, since they're parsed directly (and sources/includes are not resolved)
9 lines
392 B
Plaintext
9 lines
392 B
Plaintext
source "${SRC}/config/boards/armsom-sige7.csc"
|
|
BOARD_NAME="Banana Pi M7"
|
|
BOARD_MAINTAINER="amazingfate"
|
|
BOOT_FDT_FILE="rockchip/rk3588-bananapi-m7.dtb"
|
|
# Those are included in armsom-sige7.csc, but this file is parsed directly by the JSON matrix generator and thus those need to be in here
|
|
BOARD_MAINTAINER="Z-Keven"
|
|
KERNEL_TARGET="legacy,vendor,edge,collabora"
|
|
BOARDFAMILY="rockchip-rk3588"
|