meta-sunxi/conf/machine/nanopi-neo2.conf

12 lines
323 B
Plaintext
Raw Normal View History

2018-02-06 15:37:30 +01:00
#@TYPE: Machine
#@NAME: nanopi-neo2
#@DESCRIPTION: Machine configuration for the FriendlyARM NanoPi Neo 2, based
# on the Allwinner H5 CPU.
require conf/machine/include/sun50i.inc
PREFERRED_VERSION_u-boot = "v2017.11%"
2018-02-06 15:37:30 +01:00
2018-02-08 12:17:02 +01:00
KERNEL_DEVICETREE = "allwinner/sun50i-h5-nanopi-neo2.dtb"
2018-02-06 15:37:30 +01:00
UBOOT_MACHINE = "nanopi_neo2_defconfig"