From a505d0a3ef5a6c3ece51f8ca6b65e4b4830e01cd Mon Sep 17 00:00:00 2001 From: Romain Perier Date: Sat, 1 Aug 2015 11:02:47 +0200 Subject: [PATCH] machine: Move rk3288.conf to include directory As rk3288 itself is not a machine nor a generic one that we plan to support, and as this file was created to factorize code between rk3288-based platforms, that's better to move it into the include directory. Signed-off-by: Romain Perier Reviewed-by: Trevor Woerner --- conf/machine/{rk3288.conf => include/rk3288.inc} | 0 conf/machine/rk3288-firefly.conf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename conf/machine/{rk3288.conf => include/rk3288.inc} (100%) diff --git a/conf/machine/rk3288.conf b/conf/machine/include/rk3288.inc similarity index 100% rename from conf/machine/rk3288.conf rename to conf/machine/include/rk3288.inc diff --git a/conf/machine/rk3288-firefly.conf b/conf/machine/rk3288-firefly.conf index 172bc02..c929c09 100644 --- a/conf/machine/rk3288-firefly.conf +++ b/conf/machine/rk3288-firefly.conf @@ -6,5 +6,5 @@ #@DESCRIPTION: Machine configuration for the firefly RK3288, based on Rockchip RK33288 SoC #http://www.t-firefly.com/en/ -include conf/machine/rk3288.conf +include conf/machine/include/rk3288.inc KERNEL_DEVICETREE = "rk3288-firefly.dtb"