Skip to content

Commit

Permalink
build.sh: r2pro: change to board-specific dts/defconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Aug 7, 2023
1 parent bfb18c7 commit 3084a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ case $board in
UBOOT_FILE=u-boot.bin
;;
"bpi-r2pro")
FILE_DTS=arch/arm/dts/rk3568-evb.dts
FILE_DTS=arch/arm/dts/rk3568-bpi-r2pro.dts
FILE_DTSI=arch/arm/dts/rk3568.dtsi
FILE_DEFCFG=evb-rk3568_defconfig
FILE_DEFCFG=bpi-r2pro-rk3568_defconfig
FILE_BOARD=board/rockchip/evb_rk3568/evb_rk3568.c
FILE_SOC=include/configs/rk3568_bpi-r2-pro.h

Expand Down

0 comments on commit 3084a91

Please sign in to comment.