mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
35e264f9fe
Remove patch adding OLinuxino-Lime2-eMMC defconfig: it already merged to uboot mainline. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
13 lines
339 B
Plaintext
13 lines
339 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_u-boot = "v2017.11%"
|
|
|
|
KERNEL_DEVICETREE = "sun8i-h3-nanopi-neo.dtb"
|
|
UBOOT_MACHINE = "nanopi_neo_defconfig"
|
|
|
|
DEFAULTTUNE = "cortexa7hf-neon-vfpv4"
|