Skip to content
Snippets Groups Projects
Verified Commit bd769e29 authored by minute's avatar minute
Browse files

add SPLL patch for DSI display support

parent d093b0a9
No related branches found
No related tags found
No related merge requests found
Pipeline #2617 failed
...@@ -25,6 +25,7 @@ build: ...@@ -25,6 +25,7 @@ build:
#patch -d u-boot -p1 < 0000-dts-makefile.patch #patch -d u-boot -p1 < 0000-dts-makefile.patch
#cp rockchip-rk3588-mnt-mnt-reform2_defconfig u-boot/configs/ #cp rockchip-rk3588-mnt-mnt-reform2_defconfig u-boot/configs/
cd u-boot cd u-boot
patch -p1 <../PATCH-v2-clk-rockchip-rk3588-Set-SPLL-frequency-during-SPL-stage.patch
export ROCKCHIP_TPL=../rkbin/bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.08.bin export ROCKCHIP_TPL=../rkbin/bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.08.bin
export BL31=../trusted-firmware-a/build/rk3588/release/bl31/bl31.elf export BL31=../trusted-firmware-a/build/rk3588/release/bl31/bl31.elf
make rock5b-rk3588_defconfig make rock5b-rk3588_defconfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment