From 48a788c76263a24a767119ef9965b75cedb77ff7 Mon Sep 17 00:00:00 2001 From: lanefu Date: Sun, 13 Aug 2023 15:35:01 -0400 Subject: [PATCH] move to csc and standard rockchip64 kernel (#5587) --- config/boards/{nanopct4.conf => nanopct4.csc} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename config/boards/{nanopct4.conf => nanopct4.csc} (90%) diff --git a/config/boards/nanopct4.conf b/config/boards/nanopct4.csc similarity index 90% rename from config/boards/nanopct4.conf rename to config/boards/nanopct4.csc index 365d66e443..7fc7aaeb4b 100644 --- a/config/boards/nanopct4.conf +++ b/config/boards/nanopct4.csc @@ -1,9 +1,8 @@ # Rockchip RK3399 hexa core 4GB RAM SoC GBE USB3 USB-C WiFi/BT eMMC NVMe BOARD_NAME="NanoPC T4" -BOARDFAMILY="media" -BOARD_MAINTAINER="150balbes" +BOARDFAMILY="rockchip64" BOOTCONFIG="nanopc-t4-rk3399_defconfig" -KERNEL_TARGET="legacy,current,edge" +KERNEL_TARGET="current,edge" FULL_DESKTOP="yes" ASOUND_STATE="asound.state.rt5651" BOOT_LOGO="desktop" @@ -26,4 +25,4 @@ function post_family_tweaks_bsp__nanopc-t4_BSP() { fi return 0 -} \ No newline at end of file +}