mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
a6d2bb6b9e
Bump preferred u-boot release version and kernel git version: - kernel 4.11.0-rc5 - u-boot 2017.03 Update preferred versions of u-boot and kernel for all the boards that are using them: nanopi-neo, orange-pi-one, pcduino. The purpose of this update is to get the latest features for sun8i cores including SPI support and orange-pi-zero support Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
14 lines
379 B
Plaintext
14 lines
379 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: nanopi-neo
|
|
#@DESCRIPTION: Machine configuration for the FriendlyARM NanoPi Neo, based on the Allwinner H3 CPU
|
|
|
|
require conf/machine/include/sun8i.inc
|
|
|
|
PREFERRED_VERSION_linux = "4.11.0+git%"
|
|
PREFERRED_VERSION_u-boot = "v2017.03%"
|
|
|
|
KERNEL_DEVICETREE = "sun8i-h3-nanopi-neo.dtb"
|
|
UBOOT_MACHINE = "nanopi_neo_defconfig"
|
|
|
|
DEFAULTTUNE = "cortexa7hf-neon-vfpv4"
|