NanoPi-M4: let all variants use the same KMACHINE type

This will allow us to define a single set of kernel BSP for all
variants of the board (which only need to differ in u-boot dts).

Signed-off-by: Yann Dirson <yann@blade-group.com>
This commit is contained in:
Yann Dirson 2021-04-26 16:58:08 +02:00 committed by Trevor Woerner
parent d47180f7f6
commit 3111beaae5

View File

@ -3,6 +3,7 @@
require rk3399.inc
KMACHINE = "nanopi-m4"
KERNEL_DEVICETREE = "rockchip/rk3399-nanopi-m4.dtb"
RK_BOOT_DEVICE = "mmcblk1"