* fix: vim3: blacklist simpledrm kernel module, as it conflicts with panfrost * fix: meson-g12b: blacklist simpledrm kernel module, as it conflicts with panfrost * fix: meson-g12a/meson-sm1: blacklist simpledrm kernel module, as it conflicts with panfrost --------- Co-authored-by: Igor <igor@armbian.com>
11 lines
311 B
Plaintext
11 lines
311 B
Plaintext
# Amlogic S905X3 quad core 4GB RAM SoC eMMC GBE USB3 SPI
|
|
BOARD_NAME="Odroid C4"
|
|
BOARDFAMILY="meson-sm1"
|
|
BOARD_MAINTAINER=""
|
|
BOOTCONFIG="odroid-c4_defconfig"
|
|
KERNEL_TARGET="current,edge"
|
|
MODULES_BLACKLIST="simpledrm" # SimpleDRM conflicts with Panfrost
|
|
FULL_DESKTOP="yes"
|
|
SERIALCON="ttyAML0"
|
|
BOOT_LOGO="desktop"
|