meta-rockchip/conf/machine/include/rk3288.inc
Trevor Woerner f0e2287af9 bootloader: set to upstream u-boot for rk3288
The upstream u-boot bootloader seems to work fine for both the tinker-rk3288
and the firefly-rk3288, so switch to it by default for rk3288 boards.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2018-04-30 17:16:08 -04:00

17 lines
459 B
PHP

# Copyright (C) 2015 Romain Perier
# Released under the MIT license (see COPYING.MIT for the terms)
SOC_FAMILY = "rk3288"
require conf/machine/include/tune-cortexa17.inc
require conf/machine/include/soc-family.inc
require conf/machine/include/rockchip-defaults.inc
SERIAL_CONSOLES = "115200;ttyS2"
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
SPL_BINARY ?= "u-boot-spl-dtb.bin"
IMAGE_FSTYPES = "rockchip-gpt-img"
IMAGE_CLASSES += "rockchip-gpt-img"