machine: add UBOOT_MACHINE definition to rock2-square

This adds the defconfig to be used as part of the build of u-boot for
the Rock2 Square.

Signed-off-by: Romain Perier <romain.perier@collabora.com>
Reviewed-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Romain Perier 2017-05-13 17:33:01 +02:00 committed by Trevor Woerner
parent 630f9dae8c
commit 64a79b3bcc

View File

@ -8,4 +8,5 @@
include conf/machine/include/rk3288.inc include conf/machine/include/rk3288.inc
KERNEL_DEVICETREE = "rk3288-rock2-square.dtb" KERNEL_DEVICETREE = "rk3288-rock2-square.dtb"
UBOOT_MACHINE = "rock2_defconfig"