Skip to content

Commit

Permalink
Add separate pinebook-pro configs
Browse files Browse the repository at this point in the history
Change-Id: Iffb4297157c7e07bbe466c3ecd04520b6a6cc502
  • Loading branch information
ayufan committed Mar 18, 2019
1 parent f9f1911 commit 0671753
Show file tree
Hide file tree
Showing 14 changed files with 1,151 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Expand Up @@ -20,6 +20,7 @@ build:
- export RELEASE=$((1000+$CI_PIPELINE_IID))
- ./dev-make BOARD_TARGET=rock64 -j5
- ./dev-make BOARD_TARGET=rockpro64 -j5
- ./dev-make BOARD_TARGET=pinebookpro -j5
- |
set -x
Expand Down
1 change: 1 addition & 0 deletions arch/arm/dts/Makefile
Expand Up @@ -53,6 +53,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \
rk3368-px5-evb.dtb \
rk3399-evb.dtb \
rk3399-firefly.dtb \
rk3399-pinebook-pro.dtb \
rk3399-puma-ddr1333.dtb \
rk3399-puma-ddr1600.dtb \
rk3399-puma-ddr1866.dtb \
Expand Down

0 comments on commit 0671753

Please sign in to comment.