From ffae62cc32963ea22182fa6f61e3fddbd7137f4c Mon Sep 17 00:00:00 2001 From: Gunjan Gupta Date: Mon, 18 Sep 2023 04:24:52 +0530 Subject: [PATCH] Add board config for Tanix TX6 tvbox --- config/boards/tanix-tx6.tvb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/boards/tanix-tx6.tvb diff --git a/config/boards/tanix-tx6.tvb b/config/boards/tanix-tx6.tvb new file mode 100644 index 0000000000..204e5fd191 --- /dev/null +++ b/config/boards/tanix-tx6.tvb @@ -0,0 +1,8 @@ +# Allwinner H6 quad core 2/4GB SoC WiFi eMMC +BOARD_NAME="Tanix TX6" +BOARDFAMILY="sun50iw6" +BOARD_MAINTAINER="" +BOOTCONFIG="tanix_tx6_defconfig" +KERNEL_TARGET="current,edge" +KERNEL_TEST_TARGET="current,edge" +CRUSTCONFIG="tanix_tx6_defconfig"