mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 23:42:43 +00:00
uboot-rockchip: add support for PINE64 ROCK64
Add uboot support for PINE64 ROCK64, rockchip rk3328 board. Signed-off-by: Antonio Flores <antflores627@gmail.com>
This commit is contained in:
parent
a4eb1ea331
commit
0405e11a71
@ -66,6 +66,13 @@ define U-Boot/roc-cc-rk3328
|
|||||||
firefly_roc-rk3328-cc
|
firefly_roc-rk3328-cc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define U-Boot/rock64-rk3328
|
||||||
|
$(U-Boot/rk3328/Default)
|
||||||
|
NAME:=Rock64
|
||||||
|
BUILD_DEVICES:= \
|
||||||
|
pine64_rock64
|
||||||
|
endef
|
||||||
|
|
||||||
# RK3399 boards
|
# RK3399 boards
|
||||||
|
|
||||||
define U-Boot/rk3399/Default
|
define U-Boot/rk3399/Default
|
||||||
@ -111,7 +118,8 @@ UBOOT_TARGETS := \
|
|||||||
nanopi-r2s-rk3328 \
|
nanopi-r2s-rk3328 \
|
||||||
orangepi-r1-plus-rk3328 \
|
orangepi-r1-plus-rk3328 \
|
||||||
orangepi-r1-plus-lts-rk3328 \
|
orangepi-r1-plus-lts-rk3328 \
|
||||||
roc-cc-rk3328
|
roc-cc-rk3328 \
|
||||||
|
rock64-rk3328
|
||||||
|
|
||||||
UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes
|
UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user