mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
rock-pi-e: use common rk3328.inc
Now that there is a second rk3328-based MACHINE (rock64) switch rock-pi-e to use the common rk3328 include. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
parent
7c7e5b9e59
commit
04fb5bc388
|
@ -3,29 +3,16 @@
|
|||
#@DESCRIPTION: ROCK Pi E is a Rockchip RK3328-based SBC by Radxa. E is for Ethernets.
|
||||
#https://wiki.radxa.com/RockpiE
|
||||
|
||||
MACHINEOVERRIDES =. "rock-pi-e:"
|
||||
SOC_FAMILY = "rk3328"
|
||||
DEFAULTTUNE = "cortexa53-crypto"
|
||||
require conf/machine/include/rk3328.inc
|
||||
|
||||
require conf/machine/include/soc-family.inc
|
||||
require conf/machine/include/tune-cortexa53.inc
|
||||
require conf/machine/include/rockchip-defaults.inc
|
||||
MACHINEOVERRIDES =. "rock-pi-e:"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-stable-bleeding"
|
||||
KERNEL_DEVICETREE = "rockchip/rk3328-rock-pi-e.dtb"
|
||||
KBUILD_DEFCONFIG = "defconfig"
|
||||
KERNEL_CLASSES = "kernel-fitimage"
|
||||
KERNEL_IMAGETYPE = "fitImage"
|
||||
MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
|
||||
|
||||
TFA_PLATFORM = "rk3328"
|
||||
TFA_BUILD_TARGET = "bl31"
|
||||
|
||||
UBOOT_MACHINE = "rock-pi-e-rk3328_defconfig"
|
||||
UBOOT_SUFFIX = "itb"
|
||||
UBOOT_ENTRYPOINT = "0x06000000"
|
||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
|
||||
SPL_BINARY = "idbloader.img"
|
||||
UBOOT_MACHINE = "rock-pi-e-rk3328_defconfig"
|
||||
|
||||
WKS_FILE = "rock-pi-e.wks"
|
||||
IMAGE_FSTYPES += "wic.xz wic.bmap"
|
||||
|
@ -38,5 +25,3 @@ WKS_FILE_DEPENDS = " \
|
|||
IMAGE_BOOT_FILES ?= " \
|
||||
${KERNEL_IMAGETYPE} \
|
||||
"
|
||||
|
||||
SERIAL_CONSOLES = "1500000;ttyS2"
|
||||
|
|
Loading…
Reference in New Issue
Block a user