From 0b7d842fca65cb62e2d4dccbb0c137cb37e24fdc Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Mon, 27 Jan 2020 21:07:50 -0600 Subject: [PATCH] tinker-rk3288: Rename to tinker-board Renames the tinker-rk3288 to match the convention of naming the machines with the manufacturers official board name. Signed-off-by: Joshua Watt --- README | 2 +- conf/machine/{tinker-rk3288.conf => tinker-board.conf} | 2 +- wic/{tinker-rk3288.wks => tinker-board.wks} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename conf/machine/{tinker-rk3288.conf => tinker-board.conf} (95%) rename wic/{tinker-rk3288.wks => tinker-board.wks} (100%) diff --git a/README b/README index 5486b29..983d946 100644 --- a/README +++ b/README @@ -15,7 +15,7 @@ Status of supported boards: -------------------------- builds and boots gpt image: rock-pi-4 - tinker-rk3288 + tinker-board vyasa-rk3288 firefly-rk3288 builds: diff --git a/conf/machine/tinker-rk3288.conf b/conf/machine/tinker-board.conf similarity index 95% rename from conf/machine/tinker-rk3288.conf rename to conf/machine/tinker-board.conf index aeee472..c8cac7b 100644 --- a/conf/machine/tinker-rk3288.conf +++ b/conf/machine/tinker-board.conf @@ -10,7 +10,7 @@ require conf/machine/include/rk3288.inc KERNEL_DEVICETREE = "rk3288-tinker.dtb" UBOOT_MACHINE = "tinker-rk3288_defconfig" -WKS_FILE = "tinker-rk3288.wks" +WKS_FILE = "tinker-board.wks" IMAGE_FSTYPES += "wic wic.bmap" WKS_FILE_DEPENDS ?= " \ diff --git a/wic/tinker-rk3288.wks b/wic/tinker-board.wks similarity index 100% rename from wic/tinker-rk3288.wks rename to wic/tinker-board.wks