From aabae2cf60662dac64008220188e006c37061e64 Mon Sep 17 00:00:00 2001 From: Kamil Kasperski Date: Wed, 20 Mar 2024 01:24:19 +0100 Subject: [PATCH] config: boards: add X96 Mate TV Box config Signed-off-by: Kamil Kasperski --- config/boards/x96-mate.tvb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/boards/x96-mate.tvb diff --git a/config/boards/x96-mate.tvb b/config/boards/x96-mate.tvb new file mode 100644 index 0000000000..97a08a72ac --- /dev/null +++ b/config/boards/x96-mate.tvb @@ -0,0 +1,12 @@ +# Allwinner H616 TVBox with 4GB of RAM and EMMC +BOARD_NAME="X96 Mate" +BOARDFAMILY="sun50iw9" +BOARD_MAINTAINER="" +BOOTCONFIG="x96_mate_defconfig" +BOOT_LOGO="desktop" +KERNEL_TARGET="current,edge" +KERNEL_TEST_TARGET="current,edge" # in case different then kernel target +FORCE_BOOTSCRIPT_UPDATE="yes" +OVERLAY_PREFIX="sun50i-h616" + +enable_extension "uwe5622-allwinner"