linux-nezha: Rename nezha to allwinner D1

Move board specific configuration into machine conf

Signed-off-by: Pavel Zhukov <pavel@zhukoff.net>
This commit is contained in:
Pavel Zhukov
2023-02-07 19:02:25 +01:00
committed by Khem Raj
parent 1462596d49
commit 3dd66f6ce2
9 changed files with 49 additions and 54 deletions

View File

@@ -11,7 +11,7 @@ KERNEL_CLASSES = "kernel-fitimage"
KERNEL_IMAGETYPE = "fitImage"
UBOOT_ENV ?= "boot"
UBOOT_ENV_SUFFIX = "scr.uimg"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-mangopimqpro-dev"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-allwinnerd1-dev"
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-mangopimqpro"
PREFERRED_VERSION_openocd-native = "riscv"
@@ -71,3 +71,12 @@ IMAGE_BOOT_FILES ?= " \
"
WKS_FILE ?= "nezha.wks"
KERNEL_MODULE_AUTOLOAD:append = " hci_uart 8723ds "
# FIXME
# TODO Should be changed to
# https://github.com/smaeul/u-boot/commit/528ae9bc6c55edd3ffe642734b4132a8246ea777#diff-7a77df959a917850f0b29cd98afe6c3ca6de627a0c52dd9983cd42fede7a0e34
# once it's is merged into kernel too
# mangopi_mq_pro_defconfig
KBUILD_DEFCONFIG = "nezha_defconfig"

View File

@@ -11,7 +11,7 @@ KERNEL_CLASSES = "kernel-fitimage"
KERNEL_IMAGETYPE = "fitImage"
UBOOT_ENV ?= "boot"
UBOOT_ENV_SUFFIX = "scr.uimg"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-nezha-dev"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-allwinnerd1-dev"
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-nezha"
PREFERRED_VERSION_openocd-native = "riscv"
@@ -65,3 +65,4 @@ IMAGE_BOOT_FILES ?= " \
"
WKS_FILE ?= "nezha.wks"
KBUILD_DEFCONFIG = "nezha_defconfig"