machine: rk3188: Use SoC specific assignements

In this way the modifications will be used on all RK3188 boards.

Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
Reviewed-by: Trevor Woerner <twoerner@gmail.com>
Reviewed-by: Romain Perier <romain.perier@collabora.com>
This commit is contained in:
Eddie Cai 2017-02-14 13:54:24 +08:00 committed by Romain Perier
parent 57a9c8c104
commit 18f6afefd1

View File

@ -1,8 +1,10 @@
# Copyright (C) 2015 Romain Perier # Copyright (C) 2015 Romain Perier
# Released under the MIT license (see COPYING.MIT for the terms) # Released under the MIT license (see COPYING.MIT for the terms)
require conf/machine/include/tune-cortexa9.inc SOC_FAMILY = "rk3188"
require conf/machine/include/tune-cortexa9.inc
require conf/machine/include/soc-family.inc
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
XSERVER = "xserver-xorg \ XSERVER = "xserver-xorg \