rockchip: fix supported device for firefly roc-rk3328-cc
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
f05de85637
commit
bed2c6c773
@ -63,7 +63,7 @@ define U-Boot/roc-cc-rk3328
|
||||
$(U-Boot/Default/rk3328)
|
||||
NAME:=ROC-RK3328-CC
|
||||
BUILD_DEVICES:= \
|
||||
firefly_roc-cc
|
||||
firefly_roc-rk3328-cc
|
||||
endef
|
||||
|
||||
# RK3399 boards
|
||||
|
||||
@ -5,14 +5,15 @@
|
||||
# FIT will be loaded at 0x02080000. Leave 16M for that, align it to 2M and load the kernel after it.
|
||||
KERNEL_LOADADDR := 0x03200000
|
||||
|
||||
define Device/firefly_roc-cc
|
||||
define Device/firefly_roc-rk3328-cc
|
||||
DEVICE_VENDOR := Firefly
|
||||
DEVICE_MODEL := ROC-RK3328-CC
|
||||
SOC := rk3328
|
||||
DEVICE_DTS := rockchip/rk3328-roc-cc
|
||||
UBOOT_DEVICE_NAME := roc-cc-rk3328
|
||||
IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-bin | gzip | append-metadata
|
||||
endef
|
||||
TARGET_DEVICES += firefly_roc-cc
|
||||
TARGET_DEVICES += firefly_roc-rk3328-cc
|
||||
|
||||
define Device/friendlyarm_nanopi-r2c
|
||||
DEVICE_VENDOR := FriendlyARM
|
||||
|
||||
Loading…
Reference in New Issue
Block a user