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 <romain.perier@gmail.com>
Reviewed-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Romain Perier 2015-08-01 11:02:47 +02:00 committed by Romain Perier
parent 3f75364177
commit a505d0a3ef
2 changed files with 1 additions and 1 deletions

View File

@ -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"